Skip to content

Commit

Permalink
fix: correctly update product.json (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jul 27, 2023
1 parent 8dcc875 commit 0b2fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ else
fi

jsonTmp=$( jq -s '.[0] * .[1]' product.json ../product.json )
echo "${jsonTmp}" > ../product.json && unset jsonTmp
echo "${jsonTmp}" > product.json && unset jsonTmp

cat product.json

Expand Down

0 comments on commit 0b2fc64

Please sign in to comment.