Skip to content

Commit 5d0bbe0

Browse files
committed
Lint sync_spec.sh.
1 parent 11b9fe3 commit 5d0bbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/commands/sync_spec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gem 'minitest'
7878
EOF
7979

8080
# Initial sync - install both gems
81-
rb -R $RUBIES_DIR sync >/dev/null 2>&1
81+
rb -R "$RUBIES_DIR" sync >/dev/null 2>&1
8282

8383
# Verify both gems are in Gemfile.lock
8484
grep -q "rake" Gemfile.lock || fail "rake should be in initial Gemfile.lock"
@@ -91,7 +91,7 @@ gem 'rake'
9191
EOF
9292

9393
# Run sync again
94-
When run rb -R $RUBIES_DIR sync
94+
When run rb -R "$RUBIES_DIR" sync
9595
The status should be success
9696
The output should include "Synchronizing"
9797

0 commit comments

Comments
 (0)