Skip to content

Commit

Permalink
Correctly name the command ListAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMcCumstie committed Apr 23, 2020
1 parent 29b6f67 commit 2482f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

module FlightAsset
module Commands
class ListAsset < FlightAsset::Command
class ListAssets < FlightAsset::Command
attr_reader :assets_records

def assets_records
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,6 +26,6 @@
#==============================================================================

module FlightAsset
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit 2482f86

Please sign in to comment.