From a2a9447ba6c6ac4e44d5522d07c8cf029700834b Mon Sep 17 00:00:00 2001 From: William McCumsite Date: Wed, 12 Aug 2020 11:02:45 +0100 Subject: [PATCH] Refer to FC by its full name --- lib/flight_asset/commands/configure.rb | 2 +- lib/flight_asset/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/flight_asset/commands/configure.rb b/lib/flight_asset/commands/configure.rb index cd6080e..725b3df 100644 --- a/lib/flight_asset/commands/configure.rb +++ b/lib/flight_asset/commands/configure.rb @@ -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 diff --git a/lib/flight_asset/version.rb b/lib/flight_asset/version.rb index 9164ad4..e2fada0 100644 --- a/lib/flight_asset/version.rb +++ b/lib/flight_asset/version.rb @@ -26,5 +26,5 @@ #============================================================================== module FlightAsset - VERSION = '1.1.6' + VERSION = '1.1.7' end