Skip to content

Commit

Permalink
stopped shallow checking out projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Grippe and Jeremy Thibeaux authored and jaredatron committed Mar 2, 2012
1 parent be43c7b commit f166c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hobson/project/workspace.rb
Expand Up @@ -30,7 +30,7 @@ def exists?

def create!
root.parent.mkpath
`git clone --depth 1 "#{project.url}" "#{root}"` or raise "unable to create workspace"
`git clone "#{project.url}" "#{root}"` or raise "unable to create workspace"
end

def rvm?
Expand Down

0 comments on commit f166c38

Please sign in to comment.