We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c2ab0 commit 88b03f0Copy full SHA for 88b03f0
synd-cli/install.sh
@@ -73,7 +73,7 @@ download_binary() {
73
74
tmp_file=$(mktemp)
75
76
- info "Downloading synd-cli ${version} for ${platform}..."
+ info "Downloading synd-cli ${version} for ${platform}..." >&2
77
78
if ! curl -fsSL "$url" -o "$tmp_file"; then
79
rm -f "$tmp_file"
0 commit comments