Skip to content

Commit 52eda69

Browse files
author
Nils Ratusznik
committedMar 20, 2020
shellcheck: disable SC1091.
SC1091, when combined with `shellcheck -x`, tries to follow files. It is right now quite cumbersome to implement.
1 parent c026347 commit 52eda69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎vault-hook.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
# shellcheck disable=SC1091
34
source "/etc/dehydrated/vault.inc"
45

56
VAULT_TOKEN=""

0 commit comments

Comments
 (0)
Please sign in to comment.