Skip to content

Commit

Permalink
[#180970394] Reword workaround for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Melinda Gutermuth committed Jan 20, 2022
1 parent 5484de2 commit 858302d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy-apps/routes-domains.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ A developer can create three routes using the same hostname and domain in the sp
Creating route store.<%= vars.app_domain %> for org my-org / space my-space as username<span>@</span>example.com...
OK
</pre>
* **cf CLI v6**: With this version of the cf CLI, you must create a route without a path first, and then you can create a route with a path. Run the commands in the following order:
* **cf CLI v6**
<p class="note"><strong>Note:</strong> If you want to create a route without a path using cf CLI v6, run the commands in the order below. You must create the route without a path first, and then create any routes with a path.</p>
<pre class="terminal">
$ cf create-route my-space <%= vars.app_domain %> --hostname store
Creating route store.<%= vars.app_domain %> for org my-org / space my-space as username<span>@</span>example.com...
Expand Down

0 comments on commit 858302d

Please sign in to comment.