lib/dev_commands.rb in dev-2.0.90 vs lib/dev_commands.rb in dev-2.0.91

- old
+ new

@@ -854,10 +854,10 @@ GIT_EXPORTS.each{|k,v| if(!File.exists?("#{Command.dev_root}/dep/#{k}")) uri=v if(v.include?('@')) add "git clone #{v.split('@')[0]} #{k}" - add "git reset --hard #{v.split('@')[1]} #{k}" + add "git reset --hard #{v.split('@')[1]}" else add "git clone #{v} #{k}" end end }