Skip to content

Commit

Permalink
fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 8, 2024
1 parent e421976 commit 9a08156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: make install_dylib
working-directory: getargv
- uses: actions/checkout@v4
- run: sed -e 's/@camjn/@getargv/' -i'' package.json
- run: sed -e 's/@camjn/@getargv/' -i '' package.json
- uses: actions/setup-node@v4
with:
node-version: latest
Expand Down

0 comments on commit 9a08156

Please sign in to comment.