fix cut delimiter error

main
Ajitem Sahasrabuddhe 5 years ago
parent 1a3f36ddff
commit 29f4ccff7b
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

@ -58,7 +58,7 @@ jobs:
choco install curl choco install curl
choco install wget choco install wget
choco install gnuwin32-coreutils.install choco install gnuwin32-coreutils.install
curl -s https://api.github.com/repos/urfave/gfmrun/releases/latest | grep gfmrun-windows-amd64 | grep download | cut -d '"' -f 4 | wget -O $GOPATH/bin/gfmrun -i - curl -s https://api.github.com/repos/urfave/gfmrun/releases/latest | grep gfmrun-windows-amd64 | grep download | cut -d "\"" -f 4 | wget -O $GOPATH/bin/gfmrun -i -
npm install markdown-toc npm install markdown-toc
- name: Run Tests (v1) - name: Run Tests (v1)

Loading…
Cancel
Save