Skip to content

Commit 7476e98

Browse files
committed
fix linter issues
1 parent a32bfc5 commit 7476e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/record_expected_output

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ if [ "local" = "$1" ]; then
55
export PAGES_REPO_NWO=actions/jekyll-build-pages
66
export JEKYLL_BUILD_REVISION=JEKYLL_BUILD_REVISION
77

8-
for dir in $(ls test_projects)
8+
for dir in test_projects/*
99
do
10-
bundle exec github-pages build --verbose -s test_projects/$dir -d test_projects/$dir/_expected
10+
bundle exec github-pages build --verbose -s "test_projects/${dir}" -d "test_projects/${dir}/_expected"
1111
done
1212
else
1313
act -b -s GITHUB_TOKEN -j record-expected-output

0 commit comments

Comments
 (0)