Skip to content

Commit 963d740

Browse files
GokceGKFyusel
andauthored
Update internal/cmd/beta/security-group-rule/create/create.go
Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent ac8fba6 commit 963d740

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/security-group-rule/create

1 file changed

+1
-1
lines changed

internal/cmd/beta/security-group-rule/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func outputResult(p *print.Printer, model *inputModel, projectLabel, securityGro
256256
if model.Async {
257257
operationState = "Triggered creation of"
258258
}
259-
p.Outputf("%s security group rule for security group %q in project %q.\nSecurity group rule ID: %s\n", operationState, projectLabel, securityGroupName, *securityGroupRule.SecurityGroupId)
259+
p.Outputf("%s security group rule for security group %q in project %q.\nSecurity group rule ID: %s\n", operationState, securityGroupName, projectLabel, *securityGroupRule.Id)
260260
return nil
261261
}
262262
}

0 commit comments

Comments
 (0)