Skip to content

Commit

Permalink
fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
the38th committed Mar 29, 2022
1 parent bbaec95 commit c3bce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uffizzi/cli/preview/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CLI::Preview::Service < Thor
desc 'list', 'list'
def list(deployment_name)
return Uffizzi.ui.say('You are not logged in.') unless Uffizzi::AuthHelper.signed_in?
return Uffizzi.ui.say('This command needs project to be set in config file') unless Uffizzi::AuthHelper.project_set?
return Uffizzi.ui.say('This command needs project to be set in config file') unless Uffizzi::AuthHelper.project_set?(options)

project_slug = ConfigFile.read_option(:project)
hostname = ConfigFile.read_option(:hostname)
Expand Down

0 comments on commit c3bce4e

Please sign in to comment.