Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 8936b9a

Browse files
defelmnqmafredri
andauthored
Update devcontainers-cli/run.sh
Co-authored-by: Mathias Fredriksson <[email protected]>
1 parent 67dd5ea commit 8936b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devcontainers-cli/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ elif command -v yarn > /dev/null 2>&1; then
1919
elif command -v npm > /dev/null 2>&1; then
2020
PACKAGE_MANAGER="npm"
2121
else
22-
echo "No supported package manager (npm, pnpm, yarn) is installed. Please install one first."
22+
echo "ERROR: No supported package manager (npm, pnpm, yarn) is installed. Please install one first." 1>&2
2323
exit 1
2424
fi
2525

0 commit comments

Comments
 (0)