Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Dec 8, 2023
1 parent 49d1464 commit 1406ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outscale/resource_outscale_security_group_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func getSgIdinVPC(client *oscgo.APIClient, sgName string) string {
}

if len(resp.GetSecurityGroups()) > 1 {
log.Printf("[DEBUG]: Multiple results returned with '%v', please use Security Group ID\n", sgName)
log.Printf("[DEBUG]: Multiple results returned with '%v', Please use Security Group ID\n", sgName)
return ""
}
if resp.GetSecurityGroups()[0].GetNetId() != "" {
Expand Down

0 comments on commit 1406ce5

Please sign in to comment.