Skip to content

Commit 98e3565

Browse files
committed
git add --all in publish-listings script
1 parent 40c9165 commit 98e3565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-listings.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "`git status --porcelain`" != "" ]; then
1111
echo "Updates:"
1212
git status --porcelain
1313
changed=`git status --porcelain | cut -c4-`
14-
git add -- $changed
14+
git add --all -- $changed
1515
git commit -m "[auto] updated html listings"
1616
git push
1717
else

0 commit comments

Comments
 (0)