Skip to content

Commit

Permalink
fix: sed for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Jul 5, 2024
1 parent 7cd2dbc commit 1dc235e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ EOF
strip_title $BASE_PATH/dd-003-step-by-step.md >> $DOC_PATH
mkdir -p $DOCS_ROOT/img
cp -R $BASE_PATH/img/* $DOCS_ROOT/img/
sed -i '' 's+img/git-probe-cli-netx-deps.png+../../../assets/images-probe-engine/git-probe-cli-netx-deps.png+' $DOC_PATH
sed -i '' 's+img/git-probe-cli-change-histogram.png+../../../assets/images-probe-engine/git-probe-cli-change-histogram.png+' $DOC_PATH
sed -i 's+img/git-probe-cli-netx-deps.png+../../../assets/images-probe-engine/git-probe-cli-netx-deps.png+' $DOC_PATH
sed -i 's+img/git-probe-cli-change-histogram.png+../../../assets/images-probe-engine/git-probe-cli-change-histogram.png+' $DOC_PATH
DOC_PATH=$DOCS_ROOT/04-design-minioonirunv2.md
cat <<EOF>$DOC_PATH
Expand Down

0 comments on commit 1dc235e

Please sign in to comment.