s/services/creds

bug/bundler_fix
Kurt Grutzmacher 2014-08-31 09:54:49 -07:00
parent 3bb370437c
commit 0ef71c70d3
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ class Db
else
# create the output file
::File.open(output_file, "wb") { |f| f.write(tbl.to_csv) }
print_status("Wrote services to #{output_file}")
print_status("Wrote creds to #{output_file}")
end
print_status("Deleted #{delete_count} creds") if delete_count > 0