Fix spacing

pull/113/head
Evan Cloutier 5 years ago
parent a86927d2a9
commit 804628ffd0

@ -223,9 +223,9 @@ When dependencies are installed later in the workflow, we must specify the same
```yaml ```yaml
- name: Bundle install - name: Bundle install
run: | run: |
bundle config path vendor/bundle bundle config path vendor/bundle
bundle install --jobs 4 --retry 3 bundle install --jobs 4 --retry 3
``` ```
## Rust - Cargo ## Rust - Cargo

Loading…
Cancel
Save