Skip to content

Commit 88b03f0

Browse files
committed
fix install command
1 parent 87c2ab0 commit 88b03f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synd-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ download_binary() {
7373

7474
tmp_file=$(mktemp)
7575

76-
info "Downloading synd-cli ${version} for ${platform}..."
76+
info "Downloading synd-cli ${version} for ${platform}..." >&2
7777

7878
if ! curl -fsSL "$url" -o "$tmp_file"; then
7979
rm -f "$tmp_file"

0 commit comments

Comments
 (0)