Skip to content

Commit

Permalink
repoman targets own directory now
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Dec 16, 2011
1 parent 92caff3 commit 950d70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repoman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main_repo
def in_main_tree
raise "Repo dirty. Too terrified to move.\n#{filth}" unless clean?
cd main_dir do
sh("git", "checkout", "master")
sh("git", "checkout", "public")
yield
end
end
Expand Down

0 comments on commit 950d70a

Please sign in to comment.