We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b50d95 commit e1e6841Copy full SHA for e1e6841
sync-ssh-keys.sh
@@ -196,7 +196,7 @@ get_latest_release_url() {
196
local repo="$1"
197
local api_url="https://api.github.com/repos/$repo/releases/latest"
198
199
- log_info "Fetching latest release information..."
+ log_info "Fetching latest release information..." >&2
200
201
if ! curl -fsSL "$api_url" | grep "browser_download_url" | grep "sync-ssh-keys.sh" | cut -d '"' -f 4; then
202
log_error "Could not determine the latest version URL from GitHub API"
0 commit comments