Skip to content

Commit

Permalink
Make the empty container message less error-ish
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMcCumstie committed Sep 3, 2020
1 parent 0c3dbf1 commit 2c1ff74
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 @@ -46,7 +46,7 @@ module HasAssetContainersRecord
end
else
puts
puts Paint['The container is empty!', :red]
puts Paint['The container is empty.', '#2794d8']
end
end

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 = '2.0.0-rc3'
VERSION = '2.0.0-rc4'
end

0 comments on commit 2c1ff74

Please sign in to comment.