Skip to content

Commit

Permalink
fixup! Debug strange error
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT committed Jan 30, 2025
1 parent 555b3e2 commit 60508e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/checkout-with-submodule-lfs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
echo 'Attempting to delete any lock files'
find .git -type f -iname '*.lock' -delete
echo 'Done deleting lock files'
echo 'De-init'ing submodules'
echo 'De-init\'ing submodules'
git submodule deinit -f --all
echo 'Done de-initing submodules'
fi
Expand Down

0 comments on commit 60508e9

Please sign in to comment.