From a377949e7a5da35f5de91030bad49a9bca7bb15e Mon Sep 17 00:00:00 2001 From: Florian Domain Date: Tue, 5 Dec 2023 18:11:56 +0100 Subject: [PATCH] fix: rm the correct path to openconfig models in update_openconfig.sh --- update_openconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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