worktree: teach 'move' to override lock when --force given twice
[gitweb.git] / sequencer.c
index 65d371c7461c1f8098e0334532ae7804c30f66d6..84bf598c3e2be8d378a72174239a076cf1eeaf8a 100644 (file)
@@ -720,7 +720,7 @@ static const char *read_author_ident(struct strbuf *buf)
        /* dequote values and construct ident line in-place */
        for (in = buf->buf; i < 3 && in - buf->buf < buf->len; i++) {
                if (!skip_prefix(in, keys[i], (const char **)&in)) {
-                       warning(_("could not parse '%s' (looking for '%s'"),
+                       warning(_("could not parse '%s' (looking for '%s')"),
                                rebase_path_author_script(), keys[i]);
                        return NULL;
                }