Skip to content

Commit

Permalink
Don't show instructions for ~/librato.yml if it already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeperPat committed Aug 2, 2014
1 parent 71969f9 commit a86dec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legato/cli.rb
Expand Up @@ -40,7 +40,7 @@ def initialize

build_access_token

print_yaml
print_yaml unless File.exists?(path)
end

def run
Expand Down

0 comments on commit a86dec3

Please sign in to comment.