lib/gush/cli.rb in gush-0.1.2 vs lib/gush/cli.rb in gush-0.2.0

- old
+ new

@@ -124,10 +124,10 @@ def display_jobs_list_for(workflow, jobs) puts overview(workflow).jobs_list(jobs) end def gushfile - Pathname.pwd.join(options[:gushfile]) + Gush.configuration.gushfile end def load_gushfile file = client.configuration.gushfile if !gushfile.exist?