Skip to content

Commit ca5537e

Browse files
committed
Fix typo
1 parent 4cd3599 commit ca5537e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpcpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Detect code duplication
4141
run: |
4242
sudo phive --no-progress install --global --trust-gpg-keys 4AA394086372C20A phpcpd
43-
phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php system/Database/SQLSRV/Forge.php app/ public/ system/
43+
phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php app/ public/ system/

0 commit comments

Comments
 (0)