Skip to content

Commit

Permalink
Fix typo (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberdvs authored Jul 1, 2024
1 parent 2f23a62 commit 6d1c8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set +e

DOCKERLINT_FILES=$(git diff --name-onlyv origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF})
DOCKERLINT_FILES=$(git diff --name-only origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF})
DOCKERLINT_LVL=$1

for file in $DOCKERLINT_FILES
Expand All @@ -20,4 +20,4 @@ do
else
echo "TIZONA - The Dockerfile is not among the changed files: $file"
fi
done
done

0 comments on commit 6d1c8bd

Please sign in to comment.