Skip to content

Commit 8edeb17

Browse files
devm33Copilot
andauthored
Update install.sh
Co-authored-by: Copilot <[email protected]>
1 parent 6f30578 commit 8edeb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if [ -f "$DOWNLOAD_DIR/copilot" ]; then
7171
chmod +x "$INSTALL_DIR/copilot"
7272
echo "✓ GitHub Copilot CLI installed to $INSTALL_DIR/copilot"
7373
else
74-
echo "Error: copilot binary not found in tarball"
74+
echo "Error: copilot binary not found in tarball" >&2
7575
exit 1
7676
fi
7777

0 commit comments

Comments
 (0)