Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 authored May 4, 2024
1 parent ddd5735 commit 47e3edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
npm install
npm run build
git diff --exit-code
if [ $retVal -eq 1 ]; then
if [ $? -eq 1 ]; then
echo 'DIFF FOUND'
else
echo $'\nNo new updates'
Expand Down

0 comments on commit 47e3edb

Please sign in to comment.