We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1125fd7 commit 53a929cCopy full SHA for 53a929c
Makefile
@@ -21,7 +21,7 @@ build:
21
-c /local/config.yaml
22
rm -rf ./test
23
rm -f .travis.yml git_push.sh
24
- grep -r -l true * | xargs sed -i 's/true/true/g'
+ grep -r -l true * | xargs sed -i 's/truetrue/true/g'
25
26
diff:
27
docker run \
0 commit comments