Skip to content

Commit

Permalink
Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 11, 2023
1 parent f701968 commit 181701f
Showing 1 changed file with 1 addition and 1 deletion.
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 @@
# simple script to make the npo_ prefixes superflouous
command=$1
shift
if [ "$command" == "" ] ; then
if [ "$command" = "" ] ; then
cat << EOF
No argument given. Try e.g. following arguments.
# frontend apis
Expand Down

0 comments on commit 181701f

Please sign in to comment.