Change sed delimiter

This commit is contained in:
Marquis Kurt 2019-12-23 11:58:38 -05:00
parent 5e89034702
commit ba8183aad3
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
node-version: 10.x
- name: Modify config.json
run: |
sed -i "s/$(cat public/config.json | grep "location")/\"location\": \"desktop"/g" public/config.json;
sed -i "s#$(cat public/config.json | grep "location")/\"location\": \"desktop"#g" public/config.json;
- name: Install dependencies and build
run: |
npm install