Skip to content

Commit

Permalink
Update pkg/instance/instance.go
Browse files Browse the repository at this point in the history
Co-authored-by: tty47 <[email protected]>
  • Loading branch information
mojtaba-esk and tty47 authored Sep 19, 2024
1 parent 1017ae8 commit 7858cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (i *Instance) SetInstanceType(instanceType InstanceType) {
i.instanceType = instanceType
}

// cloneWithSuffix clones the instance with a suffix
// CloneWithSuffix clones the instance with a suffix
func (i *Instance) CloneWithSuffix(suffix string) (*Instance, error) {
return i.CloneWithName(i.name + "-" + suffix)
}
Expand Down

0 comments on commit 7858cd5

Please sign in to comment.