Fix number of args in tools/patch_module.sh 52/14552/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 11 Sep 2024 12:35:35 +0000 (14:35 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 11 Sep 2024 12:35:35 +0000 (14:35 +0200)
Change-Id: I697651c89842e9fd21bd237036e3b2f4e531063b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tools/patch_module.sh

index 4f89936..fb697ac 100755 (executable)
@@ -16,7 +16,7 @@
 # limitations under the License.
 #######################################################################################
 
-if [ $# -ne 3 ]; then
+if [ $# -ne 2 ]; then
     echo "Usage $0 <module> <tag_number>"
     echo "Example: $0 ro 2"
     echo "Example: $0 lcm 5"