Skip to content

Commit

Permalink
debug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Dec 19, 2024
1 parent 9cd283d commit 66a63b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/env-loader/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
# Install the tool
echo "Installing to ${INSTALL_DIR}..."
echo "DEBUG LOG"
echo "command -v sudo: $(command -v sudo)"
echo "command -v sudo: $(command sudo)"
echo "Shell: ${SHELL:-NOT SET}"
if ! command -v sudo; then
# Ensure the sudo "command" exists
Expand Down

0 comments on commit 66a63b6

Please sign in to comment.