Skip to content

Commit

Permalink
Remove BSD-style -i on sed
Browse files Browse the repository at this point in the history
  • Loading branch information
samayer12 committed Dec 6, 2024
1 parent 8f85f31 commit f204093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-zarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
ls -l
npx pepr init --name "$MOD_NAME" --description "$MOD_NAME" --skip-post-init --confirm
ls -l pepr-*
sed -i '' 's/uuid": ".*",/uuid": "'$MOD_NAME'",/g' "$MOD_PATH/package.json"
sed -i 's/uuid": ".*",/uuid": "'$MOD_NAME'",/g' "$MOD_PATH/package.json"
- name: Build Pepr Module
run: |
Expand Down

0 comments on commit f204093

Please sign in to comment.