Skip to content

Commit d88acc9

Browse files
drafnelgitster
authored andcommitted
git-stash.sh: fix typo in error message
Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4fd7312 commit d88acc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-stash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ save_stash () {
199199

200200
if test -n "$patch_mode" && test -n "$untracked"
201201
then
202-
die "Can't use --patch and ---include-untracked or --all at the same time"
202+
die "Can't use --patch and --include-untracked or --all at the same time"
203203
fi
204204

205205
stash_msg="$*"

0 commit comments

Comments
 (0)