diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-09 14:08:16 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-09 14:08:16 +0100 |
commit | 573cc709a25f6276c97e3911b684f67479f89b35 (patch) | |
tree | 2c1253c4188ac55e74a1208886f483b11e122aa2 | |
parent | a20eacfd320c6f3144e1e4e598248cdd804d48f4 (diff) | |
download | www-static-master.tar.gz www-static-master.tar.bz2 |
-rw-r--r-- | playbook.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbook.bash b/playbook.bash index 69c0ef0..346d031 100644 --- a/playbook.bash +++ b/playbook.bash @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# shellcheck disable=SC2034 + BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.branch]="" BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.generator]="required" BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.path]="" |