Skip to content

Commit 981f75d

Browse files
committed
wip
1 parent ed05a31 commit 981f75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-skeleton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if ! confirm "Modify files?" ; then
5252
fi
5353

5454
echo
55-
files=$(grep -E -r -l -i ":author|:package|spatie|skeleton|:vendor_name" --exclude-dir=vendor ./* | grep -v "$script_name")
55+
files=$(grep -E -r -l -i ":author|:package|spatie|skeleton|:vendor_name" --exclude-dir=vendor ./* ./.github/* | grep -v "$script_name")
5656

5757
for file in $files ; do
5858
echo "Customising file $file"

0 commit comments

Comments
 (0)