Skip to content

Commit 54f8405

Browse files
authored
Clean .bak files only from contract
1 parent 22c13f6 commit 54f8405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/appender.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ done < "$list"
4747

4848
php lib/net/authorize/util/MapperGen.php
4949

50-
git clean -fdq lib/net/authorize/api/contract/v1 -e .bak
50+
git clean -fdq lib/net/authorize/api/contract/v1 -e "*.php"
5151

5252
echo "Completed!"
5353

0 commit comments

Comments
 (0)