test-unmerged-changes: swap delete order for end

This commit is contained in:
rkiel
2015-06-06 08:28:49 -04:00
parent eac1362cc9
commit ba9ac03fa4

View File

@@ -24,12 +24,12 @@ module Feature
git_checkout standard_branch git_checkout standard_branch
git_local_branch_delete feature_branch
if remote_branch(feature_branch) != "" if remote_branch(feature_branch) != ""
git_remote_branch_delete feature_branch git_remote_branch_delete feature_branch
end end
git_local_branch_delete feature_branch
git_prune git_prune
end end
end end