Skip to content

Commit 51d41e6

Browse files
committed
Add git status path
1 parent c0c52f4 commit 51d41e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands:
2525
if [[ `git status sphinx_rtd_theme/ --porcelain` ]]
2626
then
2727
echo "ERROR: assets are out of date. Make sure to run 'npm run build' on your branch."
28-
git status --porcelain
28+
git status sphinx_rtd_theme/ --porcelain
2929
exit 1
3030
fi
3131

0 commit comments

Comments
 (0)