Skip to content

Commit 1a45737

Browse files
committed
added comment
1 parent c2b2e31 commit 1a45737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func (cmd *CreateCmd) Run(ctx context.Context, options *options.Options, log log
5151
}
5252

5353
func GetInjectKeypairScript(machineFolder, machineID string) (string, error) {
54+
// devpod will create a new ssh key for this machine and forward your keys
5455
publicKeyBase, err := ssh.GetPublicKeyBase(machineFolder)
5556
if err != nil {
5657
return "", err

0 commit comments

Comments
 (0)