Skip to content

Commit

Permalink
Remove the ~/.babushka/src -> ~/.babushka/build migrator, since that …
Browse files Browse the repository at this point in the history
…was renamed months ago.
  • Loading branch information
benhoskings committed Apr 3, 2011
1 parent c14faf8 commit 9933a2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/babushka/helpers/path_helpers.rb
Expand Up @@ -19,11 +19,6 @@ def in_dir dir, opts = {}, &block
end

def in_build_dir path = '', &block
# TODO This shouldn't be here forever
# Rename ~/.babushka/src to ~/.babushka/build
if (Babushka::WorkingPrefix / 'src').p.exists? && !Babushka::BuildPrefix.p.exists?
shell "mv ~/.babushka/src ~/.babushka/build"
end
in_dir Babushka::BuildPrefix / path, :create => true, &block
end

Expand Down

0 comments on commit 9933a2a

Please sign in to comment.