Skip to content

Commit

Permalink
fix: url typo in add-release-to-pkg-go-dev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWinikates committed Sep 7, 2023
1 parent f5977c2 commit 44c43ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add-release-to-pkg-go-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ go mod init example.com/scratch
go get "github.com/wavefronthq/wavefront-sdk-go@$RELEASE_VERSION"

echo "Done. Changes should show up within 15m"
echo " at https://pkg.go.dev/github.com/wavefronthq/wavefront-sdk-go@v$RELEASE_VERSION"
echo " at https://pkg.go.dev/github.com/wavefronthq/wavefront-sdk-go@$RELEASE_VERSION"

0 comments on commit 44c43ec

Please sign in to comment.