Skip to content

Commit

Permalink
should fix the broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgodin committed Jul 26, 2011
1 parent 4fc3979 commit 6e429c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace :test_project do
desc 'Suspend a new project. Pass REPO=... to change the Suspenders repo (defaults to dir with Rakefile).'
task :generate do
FileUtils.rm_rf(TEST_PROJECT)
repo = (ENV['REPO'] || "file://#{Dir.pwd}").to_s
repo = (ENV['REPO'].to_s || "file://#{Dir.pwd}").to_s
sh "./bin/suspenders", 'create', TEST_PROJECT, repo
end

Expand Down

0 comments on commit 6e429c5

Please sign in to comment.