Skip to content

Commit

Permalink
Revert "need switch?"
Browse files Browse the repository at this point in the history
This reverts commit 334cf286eada6680808f9da92eb1036222355de7.
  • Loading branch information
krlmlr committed Dec 24, 2017
1 parent fff2398 commit 5d37fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metatool
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ push() {
git subtree push --prefix=$project $manyrepos_dir/$project $metarepo_branch
(
cd $manyrepos_dir/$project
if [ "`git log ${metarepo_branch}..${manyrepos_branch}`" = "" ]
if [ "`git log ${manyrepos_branch}..${metarepo_branch}`" = "" ]
then
return
fi
Expand Down

0 comments on commit 5d37fc6

Please sign in to comment.