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 8e793e1 commit cfdd0ebCopy full SHA for cfdd0eb
bin/release
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Fetch latest version
4
-export LATEST_VERSION=$(curl --silent "https://api.github.com/repos/spacewalkio/agent/releases/latest" | jq '.tag_name' | sed -E 's/.*"([^"]+)".*/\1/')
+export LATEST_VERSION=$(curl --silent "https://api.github.com/repos/Uptimedog/Agent/releases/latest" | jq '.tag_name' | sed -E 's/.*"([^"]+)".*/\1/')
5
6
# Update go checksum database (sum.golang.org) immediately after release
7
-curl --silent https://sum.golang.org/lookup/github.com/spacewalkio/agent@{$LATEST_VERSION}
+curl --silent https://sum.golang.org/lookup/github.com/Uptimedog/Agent@{$LATEST_VERSION}
0 commit comments