git_auto_update: Increased check options for update script

dehydrated
Felix Stupp 4 years ago
parent 2515ab82db
commit 9a8996d69e
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -7,7 +7,7 @@ readonly DEST_GROUP={{ group | quote }};
readonly PREFIX={{ tag_prefix | quote }};
readonly GPG_FINGERPRINT={{ gpg_fingerprint | quote }};
set -e;
set -euo pipefail;
cd "$DEST";

Loading…
Cancel
Save