Skip to content

Commit

Permalink
feat: add option 'cloudsigma-drive-name' to allow clone across differ…
Browse files Browse the repository at this point in the history
…ent locations
  • Loading branch information
pavel-github committed Dec 17, 2020
1 parent 0244c85 commit df148d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cloudsigma.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
Name: "cloudsigma-cpu-type",
Usage: "CPU type",
},
//mcnflag.StringFlag{
// EnvVar: "CLOUDSIGMA_DRIVE_NAME",
// Name: "cloudsigma-drive-name",
// Usage: "CloudSigma drive name",
// Value: defaultDriveName,
//},
mcnflag.StringFlag{
EnvVar: "CLOUDSIGMA_DRIVE_NAME",
Name: "cloudsigma-drive-name",
Usage: "CloudSigma drive name",
Value: defaultDriveName,
},
mcnflag.IntFlag{
EnvVar: "CLOUDSIGMA_DRIVE_SIZE",
Name: "cloudsigma-drive-size",
Expand Down

0 comments on commit df148d4

Please sign in to comment.