mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
fix(backend): adapt import collection script to use clojure cli tools
This commit is contained in:
parent
2b45690858
commit
932875a317
1 changed files with 1 additions and 4 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue