summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/update-index.c')
-rw-r--r--builtin/update-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/update-index.c b/builtin/update-index.c
index 6271b54adc..78d0d43a93 100644
--- a/builtin/update-index.c
+++ b/builtin/update-index.c
@@ -947,7 +947,7 @@ int cmd_update_index(int argc, const char **argv, const char *prefix)
unable_to_lock_die(get_index_file(), lock_error);
}
if (write_locked_index(&the_index, lock_file, COMMIT_LOCK))
- die("Unable to write new index file");
+ die("unable to write index file");
}
rollback_lock_file(lock_file);