This line should not have continued to exist

The line immediately afterwards was what was intended.
This commit is contained in:
Tyler Akins
2015-06-15 12:32:44 -05:00
parent af7db40263
commit 3968dab7c8

View File

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