aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdist.sh b/mkdist.sh
index 05e6efb..25c1040 100755
--- a/mkdist.sh
+++ b/mkdist.sh
@@ -22,7 +22,7 @@ eagle=~/Applications/EAGLE/EAGLE.app/Contents/MacOS/EAGLE
changes=$(git status --porcelain --untracked-files=no)
if [ -n "$changes" ]; then
- echo "There are unsaved changes. Please commit them before making a release!"
+ echo "There are uncommitted changes. Please commit them before making a release!"
exit 1
fi