Skip to content

Commit

Permalink
Update plugin/plugin.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Ompragash authored Nov 17, 2024
1 parent 3d66c4f commit f46afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ func getCloudID(instance, cloudID string) (string, error) {
return tenant.ID, nil
}
if cloudID == "" {
return "", fmt.Errorf("cloudIdIsEmptySpecifyTheCloudIdOrInstanceName")
return "", fmt.Errorf("Cloud id is empty. Specify the cloud id or instance name")
}
return cloudID, nil
}
Expand Down

0 comments on commit f46afbf

Please sign in to comment.