Skip to content

Commit

Permalink
Merge pull request #290 from haydonryan/master
Browse files Browse the repository at this point in the history
Correcting status message
  • Loading branch information
tylerschultz committed Nov 6, 2014
2 parents 5794207 + 0cac9b7 commit 9c583fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cf/commands/securitygroup/bind_security_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ func (cmd BindSecurityGroup) Run(context *cli.Context) {
cmd.ui.Say(T("Assigning security group {{.security_group}} to space {{.space}} in org {{.organization}} as {{.username}}...",
map[string]interface{}{
"security_group": securityGroupName,
"space": orgName,
"organization": spaceName,
"space": spaceName,
"organization": orgName,
"username": cmd.configRepo.Username(),
}))

Expand Down

0 comments on commit 9c583fc

Please sign in to comment.