diff --git a/bin/sekrit.sh b/bin/sekrit.sh index 63ddc4e..afaf1f8 100644 --- a/bin/sekrit.sh +++ b/bin/sekrit.sh @@ -69,7 +69,7 @@ to_number() _sekrit_decrypt() { - gpg2 -qd "$1" + gpg -qd "$1" } sekrit_add() @@ -87,7 +87,7 @@ sekrit_add() printf "%s\n" "$*" else cat - - fi | gpg2 -qae -r "$SEKRIT_GPG_ID" >"$path" + fi | gpg -qae -r "$SEKRIT_GPG_ID" >"$path" } sekrit_cp()