Skip to content

Commit 8657d9f

Browse files
committed
Update Ruby command
1 parent 32e1b9e commit 8657d9f

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ To trust the Cloudflare root certificate in RubyGems, follow the procedure for y
612612
3. Add your RubyGems directory as an environment variable.
613613

614614
```sh
615-
export RUBY_DIR=$(gem which rubygems)
615+
export RUBY_DIR=${$(gem which rubygems)%.rb}
616616
```
617617

618618
4. Copy the Cloudflare certificate to your RubyGems certificate store.

0 commit comments

Comments
 (0)