Skip to content

Commit

Permalink
backup log output update
Browse files Browse the repository at this point in the history
  • Loading branch information
heffergm committed May 23, 2016
1 parent 7ce5c72 commit da58f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opzworks/commands/berks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def self.run
key: "#{@s3_path}/#{cookbook_tarball}"
)
rescue Aws::S3::Errors::ServiceError
puts "No existing #{cookbook_tarball} in #{s3_bucket} to backup, continuing...".foreground(:yellow)
puts "No existing #{cookbook_tarball} in #{s3_bucket}/#{@s3_path} to backup, continuing...".foreground(:yellow)
else
puts "Backing up existing #{cookbook_tarball} to #{@s3_path}/#{cookbook_tarball}-#{time}".foreground(:green)
begin
Expand Down
2 changes: 1 addition & 1 deletion lib/opzworks/meta.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module OpzWorks
VERSION = '0.12.4'
VERSION = '0.12.5'
AUTHORS = ['Grant Heffernan', 'Mapzen'].freeze
EMAIL = ['[email protected]'].freeze
DESCRIPTION = 'OpzWorks Utilities'
Expand Down

0 comments on commit da58f3d

Please sign in to comment.