Skip to content

Commit

Permalink
rc3: Change the asset selection to a statement
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMcCumstie committed Jul 17, 2020
1 parent 4bfae98 commit 20eb479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/inventoryware/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def self.prompt
end

def self.get_new_asset_type
prompt.select('Select an asset type?') do |menu|
prompt.select('Select an asset type.') do |menu|
menu.choice 'server'
menu.choice 'switch'
menu.choice 'other'
Expand Down
2 changes: 1 addition & 1 deletion lib/inventoryware/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# ==============================================================================

module Inventoryware
VERSION = '2.0.0-rc2'
VERSION = '2.0.0-rc3'
SCHEMA_NUM = 4
REQ_SCHEMA_NUM = 4
end

0 comments on commit 20eb479

Please sign in to comment.