Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
garrows committed Jul 6, 2023
1 parent 548c60f commit f70d3a1
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
Expand Up @@ -12,7 +12,7 @@ if [ ! -z "$INPUT_REPORT_FILE" ]; then
fi

SHOW_INFO=""
if [ "$INPUT_SHOW_INFO" = "true"]; then
if [ "$INPUT_SHOW_INFO" = "true" ]; then
SHOW_INFO="--show-info=true"
fi

Expand Down

0 comments on commit f70d3a1

Please sign in to comment.