Skip to content

Commit 7e572a4

Browse files
committed
update org
1 parent ef6c20d commit 7e572a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/go-mod-replace-kernel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ fi
6262

6363
# Remove any existing replace directive for the SDK (ignore error if it doesn't exist)
6464
# Then add the new replace directive pointing at the desired commit
65-
go mod edit -dropreplace=github.com/onkernel/kernel-go-sdk 2>/dev/null || true
66-
go mod edit -replace=github.com/onkernel/kernel-go-sdk=github.com/stainless-sdks/kernel-go@"$gomod_version"
65+
go mod edit -dropreplace=github.com/kernel/kernel-go-sdk 2>/dev/null || true
66+
go mod edit -replace=github.com/kernel/kernel-go-sdk=github.com/stainless-sdks/kernel-go@"$gomod_version"
6767
go mod tidy
6868

6969
echo "go.mod updated to use github.com/stainless-sdks/kernel-go @ $gomod_version"

0 commit comments

Comments
 (0)