Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Aug 27, 2024
1 parent d0d3c73 commit ac5640b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ curl -sSL -o revive.tar.gz https://github.com/mgechev/revive/releases/download/$
tar -xvzf revive.tar.gz

REVIVE="$GITHUB_ACTION_PATH/revive/revive"
echo "Downloaded revive binary to $REVIVE_ACTION"
echo "Downloaded revive binary to $REVIVE"

cd "$GITHUB_WORKSPACE"

Expand All @@ -42,4 +42,4 @@ if [ ! -z "${INPUT_CONFIG}" ]; then CONFIG="-config=$INPUT_CONFIG"; fi

echo "Running revive..."

eval "$REVIVE_ACTION $CONFIG $EXCLUDES -formatter ndjson $LINT_PATH | $REVIVE_ACTION"
eval "$REVIVE $CONFIG $EXCLUDES -formatter ndjson $LINT_PATH | $REVIVE_ACTION"

0 comments on commit ac5640b

Please sign in to comment.