Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 28, 2022
1 parent 0aaacc5 commit 29c1812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
EXTRA_ARGS="${EXTRA_ARGS} --outputColumns ${output_column}"
done

if [ -z "$BIN_PATH" ]; then
if [[ -z "$BIN_PATH" ]]; then
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc | PREFIX=. sh
BIN_PATH="./auto-doc"
fi
Expand Down

0 comments on commit 29c1812

Please sign in to comment.