Skip to content

Commit

Permalink
Disable SC2154
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Jul 3, 2020
1 parent a5fc952 commit 072c6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/sendADA.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC1090,SC2086,SC2206,SC2015
# shellcheck disable=SC1090,SC2086,SC2206,SC2015,SC2154
function usage() {
printf "\n%s\n\n" "Usage: $(basename "$0") <Destination Address> <Amount> <Source Address> <Source Sign Key> [--include-fee]"
printf " %-20s\t%s\n" \
Expand Down

0 comments on commit 072c6b6

Please sign in to comment.