lib/shelly/cli/main.rb in shelly-0.1.17 vs lib/shelly/cli/main.rb in shelly-0.1.18

- old
+ new

@@ -220,10 +220,10 @@ say "Setting up #{app} cloud", :green app.git_url = app.attributes["git_info"]["repository_url"] if overwrite_remote?(app) say "git remote add #{app} #{app.git_url}" app.add_git_remote - say "git fetch production" + say "git fetch #{app}" app.git_fetch_remote say "git checkout -b #{app} --track #{app}/master" app.git_add_tracking_branch else say "You have to manually add remote:"