From: garciadeblas Date: Wed, 11 Sep 2024 12:35:35 +0000 (+0200) Subject: Fix number of args in tools/patch_module.sh X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=d22727218d784e25ae351a13d7079dc77f8a3f75;p=osm%2Fdevops.git Fix number of args in tools/patch_module.sh Change-Id: I697651c89842e9fd21bd237036e3b2f4e531063b Signed-off-by: garciadeblas --- diff --git a/tools/patch_module.sh b/tools/patch_module.sh index 4f899367..fb697acf 100755 --- a/tools/patch_module.sh +++ b/tools/patch_module.sh @@ -16,7 +16,7 @@ # limitations under the License. ####################################################################################### -if [ $# -ne 3 ]; then +if [ $# -ne 2 ]; then echo "Usage $0 " echo "Example: $0 ro 2" echo "Example: $0 lcm 5"