diff --git a/update_openconfig.sh b/update_openconfig.sh index b3901af..63e0801 100755 --- a/update_openconfig.sh +++ b/update_openconfig.sh @@ -2,7 +2,7 @@ set -e VERSION=v2.3.0 -rm -rf internal/models/openconfig/* +rm -rf internal/model/openconfig/* rm .build -rf mkdir .build && cd .build