Merge pull request #131 from chandlermelton/master

remove unencrypted file from .gitignore when deregistering
This commit is contained in:
Tom Limoncelli
2016-01-06 11:05:25 -05:00

View File

@@ -26,6 +26,7 @@ fail_if_not_exists "$encrypted_file" "Please specify an existing file."
prepare_keychain
remove_filename_from_cryptlist "$unencrypted_file"
vcs_remove "$encrypted_file"
vcs_notice "$unencrypted_file"
vcs_add "$BB_FILES"
vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file"