Skip to content
Snippets Groups Projects
Commit 945a3ed3 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

quick_push

parent 4bbb2206
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# recolic local secret management. Run this script to read a saved secret. # recolic local secret management. Run this script to read a saved secret.
# note: secret name should not contain ':' or ' ' # note: secret name should not contain ':' or ' '
# TODO: allow list secret
function die () { echo "RSEC error:" "$@" 1>&2 ; exit 1 ; } function die () { echo "RSEC error:" "$@" 1>&2 ; exit 1 ; }
# legacy secret name support: trim leading prefix if any # legacy secret name support: trim leading prefix if any
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment