From b7b4ebd31d4ddc89b0d7b3367032080ca6788d3c Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 26 Nov 2023 17:42:16 +0100 Subject: [PATCH] recordings: Fix typo "uncommited" in get_back_in_sync.sh --- recordings/get_back_in_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recordings/get_back_in_sync.sh b/recordings/get_back_in_sync.sh index 71b7e87..b72607e 100755 --- a/recordings/get_back_in_sync.sh +++ b/recordings/get_back_in_sync.sh @@ -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