Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
output a message to let the user know when each vault has been succes…
Browse files Browse the repository at this point in the history
…sfully refreshed
  • Loading branch information
Sam Kottler committed Jun 29, 2014
1 parent 6956a76 commit 6f773ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ task :refresh_vaults do
].each do |item|
pair = item.split('/')
system "knife vault refresh #{pair[0]} #{pair[1]}"
puts "Successfully updated the #{item} vault" if $?.exitstatus == 0
end
end

0 comments on commit 6f773ed

Please sign in to comment.