Skip to content

Commit a3f7447

Browse files
committed
missed new dash change
1 parent 246b8e7 commit a3f7447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instance/plan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (ci *Client) processPlanCloudServerCreate(params *CloudServerCreateParams)
7777
}
7878

7979
fmt.Printf(
80-
"Cloud server with uniq_id [%s] creating. Check status with 'cloud server status --uniq_id %s'\n",
80+
"Cloud server with uniq-id [%s] creating. Check status with 'cloud server status --uniq-id %s'\n",
8181
uniqId, uniqId)
8282
return nil
8383
}

instance/private_parents.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (ci *Client) DerivePrivateParentUniqId(name string) (string, error) {
8585
}
8686

8787
if privateParentUniqId == "" {
88-
return "", fmt.Errorf("failed deriving uniq_id of private parent from [%s]: %s", name, privateParentDetailsErr)
88+
return "", fmt.Errorf("failed deriving uniq-id of private parent from [%s]: %s", name, privateParentDetailsErr)
8989
}
9090

9191
return privateParentUniqId, nil

0 commit comments

Comments
 (0)