diff --git a/bin/blackbox_deregister_file b/bin/blackbox_deregister_file index 04f4ecb..b22a25c 100755 --- a/bin/blackbox_deregister_file +++ b/bin/blackbox_deregister_file @@ -29,7 +29,7 @@ vcs_remove "$encrypted_file" vcs_notice "$unencrypted_file" vcs_add "$BB_FILES" -vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file" +vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file" "$(vcs_ignore_file_path)" echo "========== UPDATING VCS: DONE" echo "Local repo updated. Please push when ready." echo " $VCS_TYPE push"