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

Add satellite commands #387

Merged
merged 8 commits into from
Jul 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
better domain
  • Loading branch information
f0ssel committed Jul 16, 2021
commit 33c5ef3797874a46dd5083147a88c8c728275c9f
2 changes: 1 addition & 1 deletion internal/cmd/satellites.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func createSatelliteCmd() *cobra.Command {
Long: "Create a new Coder satellite.",
Example: `# create a new satellite

coder satellites create eu-west https://eu-west-coder.com`,
coder satellites create eu-west https://eu-west.coder.com`,
RunE: func(cmd *cobra.Command, args []string) error {
var (
ctx = cmd.Context()
Expand Down