Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 33c5ef3

Browse files
committed
better domain
1 parent 56ed80e commit 33c5ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/satellites.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func createSatelliteCmd() *cobra.Command {
4949
Long: "Create a new Coder satellite.",
5050
Example: `# create a new satellite
5151
52-
coder satellites create eu-west https://eu-west-coder.com`,
52+
coder satellites create eu-west https://eu-west.coder.com`,
5353
RunE: func(cmd *cobra.Command, args []string) error {
5454
var (
5555
ctx = cmd.Context()

0 commit comments

Comments
 (0)