Skip to content

Commit df148d4

Browse files
committed
feat: add option 'cloudsigma-drive-name' to allow clone across different locations
1 parent 0244c85 commit df148d4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

cloudsigma.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
107107
Name: "cloudsigma-cpu-type",
108108
Usage: "CPU type",
109109
},
110-
//mcnflag.StringFlag{
111-
// EnvVar: "CLOUDSIGMA_DRIVE_NAME",
112-
// Name: "cloudsigma-drive-name",
113-
// Usage: "CloudSigma drive name",
114-
// Value: defaultDriveName,
115-
//},
110+
mcnflag.StringFlag{
111+
EnvVar: "CLOUDSIGMA_DRIVE_NAME",
112+
Name: "cloudsigma-drive-name",
113+
Usage: "CloudSigma drive name",
114+
Value: defaultDriveName,
115+
},
116116
mcnflag.IntFlag{
117117
EnvVar: "CLOUDSIGMA_DRIVE_SIZE",
118118
Name: "cloudsigma-drive-size",

0 commit comments

Comments
 (0)