Skip to content

Commit

Permalink
fix(sztp): add additional error disable to working script
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <[email protected]>
  • Loading branch information
sandersms committed Sep 12, 2024
1 parent 95f1d81 commit 826e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sztp/generate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/bash
# shellcheck disable=SC2046,SC2034,SC2068
# shellcheck disable=SC2046,SC2034,SC2068,SC2016

set -euo pipefail

Expand Down

0 comments on commit 826e4a6

Please sign in to comment.