Skip to content

Commit

Permalink
Merge pull request #541 from chef/cli
Browse files Browse the repository at this point in the history
Provide a unique console color for us-east-1f availability zone
  • Loading branch information
tas50 authored Aug 3, 2018
2 parents dde1c84 + 024a748 commit e55c320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/chef/knife/ec2_server_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def azcolor(az)
color = :red
when /d$/
color = :magenta
when /e$/
color = :yellow
else
color = :cyan
end
Expand Down

0 comments on commit e55c320

Please sign in to comment.