Skip to content

Commit

Permalink
git-cvsimport-script: typo head -> heads
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Verdoolaege committed Jul 3, 2005
1 parent 9da07f3 commit 866d131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsimport-script
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ unless(-d $git_dir) {
$last_branch = $opt_o;
$orig_branch = "";
} else {
-f "$git_dir/refs/head/$opt_o"
-f "$git_dir/refs/heads/$opt_o"
or die "Branch '$opt_o' does not exist.\n".
"Either use the correct '-o branch' option,\n".
"or import to a new repository.\n";
Expand Down

0 comments on commit 866d131

Please sign in to comment.