Commit 93d3cf19 authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Fix order of . and "


Change-Id: Ia3640b91ad063da0d719172ae264c903b898135a
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
parent 86d1f6c1
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -498,7 +498,7 @@ sub checkoutBranch ...@@ -498,7 +498,7 @@ sub checkoutBranch
my $currentBranch = substr($currentBranches[0], 2); my $currentBranch = substr($currentBranches[0], 2);
# We have one, no need to act. # We have one, no need to act.
if ($currentBranch eq $desiredBranch) { if ($currentBranch eq $desiredBranch) {
print $mod, ' is already on branch: "',$currentBranch,".\"\n"; print $mod, ' is already on branch: "',$currentBranch,"\".\n";
return 1; return 1;
} }
# Does the local branch exist? # Does the local branch exist?
......
Supports Markdown
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