bin/gitreflow-common in git_reflow-0.6.7 vs bin/gitreflow-common in git_reflow-0.7.0
- old
+ new
@@ -257,10 +257,10 @@
local result=$?
if [ $result -eq 1 ]; then
die "fatal: Working tree contains unstaged changes. Aborting."
fi
if [ $result -eq 2 ]; then
- die "fatal: Index contains uncommited changes. Aborting."
+ die "fatal: Index contains uncommitted changes. Aborting."
fi
}
require_local_branch() {
if ! git_local_branch_exists $1; then