Skip to content

Commit

Permalink
Small typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderdoes committed Aug 7, 2012
1 parent b3fb002 commit 62657ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-flow-release
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ cmd_finish() {
if noflag keeplocal; then
git branch -d "$BRANCH"
fi
if noflag keepremote;then
if noflag keepremote; then
local remotebranch=0
if git_remote_branch_exists "$ORIGIN/$BRANCH"; then
remotebranch=1
Expand Down Expand Up @@ -358,7 +358,7 @@ cmd_finish() {
keepmsg=$keepmsg" It is deleted from '$ORIGIN'."
fi
fi
if flag keepremote ; then
if flag keepremote; then
if git_remote_branch_exists "$ORIGIN/$BRANCH"; then
keepmsg="is remotely still available. It is deleted locally."
fi
Expand Down

0 comments on commit 62657ec

Please sign in to comment.