Skip to content

Commit

Permalink
Merge pull request #581 from mcowger/master
Browse files Browse the repository at this point in the history
Change how space tip is presented to user - add quotes.  Fixes #580

[finishes #103453474]
[fixes #103453190]
  • Loading branch information
camelpunch committed Sep 23, 2015
2 parents 87e2490 + 8cd8a1a commit 01288a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf/commands/space/create_space.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ func (cmd *CreateSpace) Execute(c flags.FlagContext) {

cmd.ui.Say(T("\nTIP: Use '{{.CFTargetCommand}}' to target new space",
map[string]interface{}{
"CFTargetCommand": terminal.CommandColor(cf.Name() + " target -o " + orgName + " -s " + space.Name),
"CFTargetCommand": terminal.CommandColor(cf.Name() + " target -o \"" + orgName + "\" -s \"" + space.Name + "\""),
}))
}

0 comments on commit 01288a8

Please sign in to comment.