We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e6a2c commit 14f4661Copy full SHA for 14f4661
run.sh
@@ -8,7 +8,7 @@ else
8
commit=$2
9
fi
10
11
-jar=`ls -t autodoc*-standalone.jar |head -1`
+jar=`ls -t target/autodoc*-standalone.jar |head -1`
12
13
if [ -d params/$file ]
14
then
0 commit comments