Skip to content

Commit 674bc00

Browse files
derekbitc3y1huang
authored andcommitted
fix: fix sed command failure
Signed-off-by: Derek Su <[email protected]>
1 parent 0319d5b commit 674bc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-csi-sidecar-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for repo_branch_tag in "${items[@]}"; do
4444

4545
if [ "$repo" == "csi-snapshotter" ]; then
4646
# Only build csi-snapshotter
47-
sed -i '' 's/CMDS=snapshot-controller csi-snapshotter snapshot-validation-webhook/CMDS=csi-snapshotter/g' Makefile
47+
sed -i.bkp 's/CMDS=snapshot-controller csi-snapshotter snapshot-validation-webhook/CMDS=csi-snapshotter/g' Makefile
4848
fi
4949

5050
# Run the release build

0 commit comments

Comments
 (0)