Skip to content

Commit

Permalink
fix migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 13, 2023
1 parent 4144757 commit 2582096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/migration/v4-rename-driver2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ find . -name "*" -not -path "*/.git/*" -type f -print0 | xargs -0 sed -i -e "s#\
find . -name "*" -not -path "*/.git/*" -type f -print0 | xargs -0 sed -i -e "s#/driver/#/component_driver/#g"

## _init_dssc(), _from_dssc(), _to_dssc()
find . -name "*" -not -path "*/.git/*" -type f -print0 | xargs -0 sed -i "s/cdssc/ccdssc/g"
find . -name "*" -not -path "*/.git/*" -type f -print0 | xargs -0 sed -i "s/dssc/cdssc/g"

## Settings
find . -name "*" -not -path "*/.git/*" -type f -print0 | xargs -0 sed -i -e "s#/DriverSuper/#/component_driver_super/#g"
Expand Down

0 comments on commit 2582096

Please sign in to comment.