This commit is contained in:
Jonathan Campbell
2015-01-31 21:37:05 -08:00
parent 1f8df69d04
commit 623932398b

View File

@@ -2,7 +2,7 @@
$project = `git config --get remote.origin.url | sed -e 's/\\/\$//' | sed -e 's/^.*\\///'`;
chomp $project;
$poject =~ s/\.git$//;
$project =~ s/\.git$//;
die if $project eq "";
$branch = `git branch | grep '^\*' | sed -e 's/^\* //'`; chomp $branch;