Skip to content

Commit 69534b6

Browse files
committed
fixes
1 parent b218fc4 commit 69534b6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sbtgen.sc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
#!/bin/sh
22

3-
script_dir="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
4-
cd "$script_dir/sbtgen"
5-
63
scala-cli \
7-
--power \
84
--java-home "$JAVA_HOME" \
95
--server=false \
106
--main-class Idealingua \
11-
. \
7+
./sbtgen/ \
128
-- "$@"

sbtgen/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object Idealingua {
5454
}
5555

5656
def entrypoint(args: Seq[String]): Unit = {
57-
Entrypoint.main(izumi, settings, Seq("-o", "..") ++ args)
57+
Entrypoint.main(izumi, settings, Seq("-o", ".") ++ args)
5858
}
5959

6060
val settings = GlobalSettings(

0 commit comments

Comments
 (0)