From 060f108bbddf8342d9810a183becb2cc7999e74b Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Thu, 15 Feb 2024 09:44:46 -0500 Subject: [PATCH] Splits up the gem install command in the docs. [noissue] --- staging_docs/user/guides/04-cache.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/staging_docs/user/guides/04-cache.md b/staging_docs/user/guides/04-cache.md index 07c8f101..57da12b9 100644 --- a/staging_docs/user/guides/04-cache.md +++ b/staging_docs/user/guides/04-cache.md @@ -78,7 +78,8 @@ Use the Gem Distribution's `base_url` as the value for the `--source` parameter. === "run" ```bash - gem install --clear-sources --source http://localhost:5001/pulp/content/rubygems/ pulpcore_client + gem install --clear-sources \ + --source http://localhost:5001/pulp/content/rubygems/ pulpcore_client ``` === "output" ```bash