Skip to content

Commit

Permalink
Fix rings.repl script
Browse files Browse the repository at this point in the history
  • Loading branch information
PoslavskySV committed Oct 19, 2017
1 parent a21ad5d commit 6dc8d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rings.repl/rings.repl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ringsVersion=2.0

if [ -z ${RINGS_SCALADSL_JAR+x} ]; then
importString="import \$ivy.\`cc.redberry::rings:${ringsVersion}\`"
importString="import \$ivy.\`cc.redberry::rings.scaladsl:${ringsVersion}\`"
else
importString="interp.load.cp(Path(\"${RINGS_SCALADSL_JAR}\"))"
fi
Expand Down

0 comments on commit 6dc8d81

Please sign in to comment.