mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
fix(backend): adapt import collection script to use clojure cli tools
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIR=`dirname $0`
|
||||
LEIN="$DIR/lein"
|
||||
|
||||
$LEIN trampoline run -m uxbox.cli.collimp/-main -- $@
|
||||
clojure -Adev -m uxbox.cli.collimp $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user