Commit 6ee6223d authored by Vincent Driessen's avatar Vincent Driessen

Fix: bug introduced in b25ab833

parent 55c15539
...@@ -236,7 +236,7 @@ require_clean_working_tree() { ...@@ -236,7 +236,7 @@ require_clean_working_tree() {
} }
require_local_branch() { require_local_branch() {
if ! git_local_branch_exists; then if ! git_local_branch_exists $1; then
die "fatal: Local branch '$1' does not exist and is required." die "fatal: Local branch '$1' does not exist and is required."
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment