We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda083a commit 9754788Copy full SHA for 9754788
script/update_version.py
@@ -19,7 +19,7 @@
19
20
if len(sys.argv) >= 2:
21
expect_ver = sys.argv[1]
22
-if len(sys.arg) >= 3:
+if len(sys.argv) >= 3:
23
project_path = sys.argv[2]
24
25
# find all pom.xml in project
0 commit comments