Skip to content

Commit cfdd0eb

Browse files
committed
updates
1 parent 8e793e1 commit cfdd0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# 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/')
4+
export LATEST_VERSION=$(curl --silent "https://api.github.com/repos/Uptimedog/Agent/releases/latest" | jq '.tag_name' | sed -E 's/.*"([^"]+)".*/\1/')
55

66
# Update go checksum database (sum.golang.org) immediately after release
7-
curl --silent https://sum.golang.org/lookup/github.com/spacewalkio/agent@{$LATEST_VERSION}
7+
curl --silent https://sum.golang.org/lookup/github.com/Uptimedog/Agent@{$LATEST_VERSION}

0 commit comments

Comments
 (0)