File tree Expand file tree Collapse file tree 3 files changed +136
-91
lines changed Expand file tree Collapse file tree 3 files changed +136
-91
lines changed Original file line number Diff line number Diff line change 1616 - test
1717 paths :
1818 - ' .github/workflows/check.yml'
19- - ' dockerx '
19+ - ' dockerc '
2020 - ' test/**'
2121 - ' docker-compose.yml'
2222 - ' docker-compose.test.yml'
Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ VERSION="$DOCKERC_VERSION"
9090if [ " $( uname -s) " = ' Darwin' ]; then
9191 # MacOS
9292 sed -i ' ' " 3 s/\# DockerC.*/\# DockerC (v$VERSION )/g" ./dockerc
93- sed -i ' ' " 10 s/VERSION=.*/VERSION=\" $VERSION \" /g" ./dockerc
93+ sed -i ' ' " 10 s/VERSION=.*/VERSION=' $VERSION ' /g" ./dockerc
9494else
9595 # Linux
9696 sed -i " 3 s/\# DockerC.*/\# DockerC (v$VERSION )/g" ./dockerc
97- sed -i " 10 s/VERSION=.*/VERSION=\" $VERSION \" /g" ./dockerc
97+ sed -i " 10 s/VERSION=.*/VERSION=' $VERSION ' /g" ./dockerc
9898fi
9999
100100if [ " $USE_GIT " = true ]; then
You can’t perform that action at this time.
0 commit comments