Skip to content

Commit

Permalink
recordings: Fix typo "uncommited" in get_back_in_sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Nov 26, 2023
1 parent 06e7a9c commit b7b4ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recordings/get_back_in_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "${self_dir}"

if ! git diff --exit-code >/dev/null \
|| ! git diff --cached --exit-code >/dev/null ; then
echo 'ERROR: Please commit/stash your uncommited work first, aborting.' >&2
echo 'ERROR: Please commit/stash your uncommitted work first, aborting.' >&2
exit 1
fi

Expand Down

0 comments on commit b7b4ebd

Please sign in to comment.