Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiramadhana committed Sep 11, 2023
1 parent 83fa7bc commit cea1d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/spawn.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If an instance with the same ID already exists for the layer definition, Layerfo

if !alphanumericRegex.MatchString(instanceName) {
fmt.Fprintf(os.Stderr, "Invalid name: %s\n", instanceName)
fmt.Fprintln(os.Stderr, "Name must must start and end with an alphanumeric character and can include dashes and underscores in between.")
fmt.Fprintln(os.Stderr, "Name must start and end with an alphanumeric character and can include dashes and underscores in between.")
os.Exit(1)
}

Expand Down

0 comments on commit cea1d2e

Please sign in to comment.