Skip to content

Commit

Permalink
Merge pull request #44 from alces-flight/develop
Browse files Browse the repository at this point in the history
Refer to FC by its full name
  • Loading branch information
WilliamMcCumstie authored Aug 12, 2020
2 parents cf78319 + a2a9447 commit 37d2549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/flight_asset/commands/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run
data = CredentialsConfig.new
data.component_id = prompt.ask 'Component Identifier:',
default: old.component_id
jwt = prompt.ask 'Flight Center API token:',
jwt = prompt.ask 'Alces Flight Center API token:',
default: masked_jwt(old.jwt)
if jwt == masked_jwt(old.jwt)
data.jwt = old.jwt
Expand Down
2 changes: 1 addition & 1 deletion lib/flight_asset/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
#==============================================================================

module FlightAsset
VERSION = '1.1.6'
VERSION = '1.1.7'
end

0 comments on commit 37d2549

Please sign in to comment.