Skip to content

Commit 14f4661

Browse files
committed
Modified to work with the lein2 targets/ directory
1 parent 50e6a2c commit 14f4661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
commit=$2
99
fi
1010

11-
jar=`ls -t autodoc*-standalone.jar |head -1`
11+
jar=`ls -t target/autodoc*-standalone.jar |head -1`
1212

1313
if [ -d params/$file ]
1414
then

0 commit comments

Comments
 (0)