Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Oct 16, 2023
2 parents 7b2cadc + 577d8e7 commit 62b9942
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi-cli (2.1.3)
uffizzi-cli (2.1.4)
activesupport
awesome_print
faker
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/cli/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def set_default(account_name)
private

def run(command, account_name = nil)
Uffizzi::AuthHelper.check_login(options[:project])
raise Uffizzi::Error.new('You are not logged in. Run `uffizzi login`.') unless Uffizzi::AuthHelper.signed_in?

case command
when 'list'
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/cli/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def delete(project_slug)
private

def run(command, project_slug: nil)
Uffizzi::AuthHelper.check_login(options[:project])
raise Uffizzi::Error.new('You are not logged in. Run `uffizzi login`.') unless Uffizzi::AuthHelper.signed_in?

case command
when 'list'
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uffizzi
VERSION = '2.1.3'
VERSION = '2.1.4'
end

0 comments on commit 62b9942

Please sign in to comment.