Skip to content

Commit

Permalink
feat: Standardizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 16, 2024
1 parent 8473566 commit dee9f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/ash -l
# shellcheck shell=dash
# shellcheck shell=dash disable=SC3001

_boolean_eval() {
[ "$1" = true ] && echo true || echo false
Expand Down

0 comments on commit dee9f8d

Please sign in to comment.