Skip to content

Commit 53a929c

Browse files
committed
fix
1 parent 1125fd7 commit 53a929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121
-c /local/config.yaml
2222
rm -rf ./test
2323
rm -f .travis.yml git_push.sh
24-
grep -r -l true * | xargs sed -i 's/true/true/g'
24+
grep -r -l true * | xargs sed -i 's/truetrue/true/g'
2525

2626
diff:
2727
docker run \

0 commit comments

Comments
 (0)