Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
fix: missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kkania-splunk authored Aug 24, 2022
1 parent 0df7010 commit 23da8d2
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 @@ -47,7 +47,7 @@ then
if [ $GITHUB_EVENT_NAME = "schedule" ]
then
export REPORTER=local
elif[ -z ${GITHUB_BASE_REF+x} ];
elif [ -z ${GITHUB_BASE_REF+x} ];
then
export REPORTER=github-pr-review
else
Expand Down

0 comments on commit 23da8d2

Please sign in to comment.