From f94b8a3764b986ad0268a09469e5876816ae578f Mon Sep 17 00:00:00 2001 From: bendra Date: Sat, 18 Oct 2014 10:21:17 -0700 Subject: [PATCH] give proper commit command --- bin/blackbox_edit_end | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/blackbox_edit_end b/bin/blackbox_edit_end index ab4bf6f..cbc12fd 100755 --- a/bin/blackbox_edit_end +++ b/bin/blackbox_edit_end @@ -19,6 +19,8 @@ fail_if_keychain_has_secrets encrypt_file "$unencrypted_file" "$encrypted_file" shred_file "$unencrypted_file" +_determine_vcs_base_and_type + echo "========== UPDATED ${encrypted_file}" echo "Likely next step:" -echo " git commit -m\"${encrypted_file} updated\" $encrypted_file" +echo " $VCS_TYPE commit -m\"${encrypted_file} updated\" $encrypted_file"