Skip to content

Commit

Permalink
style: fix shfmt lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Oct 22, 2020
1 parent 4a44c91 commit a28dd5b
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 494 deletions.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

if [ "${1#-}" != "${1}" ] || [ -z "$(command -v "${1}")" ]; then
set -- node "$@"
set -- node "$@"
fi

exec "$@"
Loading

0 comments on commit a28dd5b

Please sign in to comment.