From 8b63062fefff9f1466b3d443828bd28a486da776 Mon Sep 17 00:00:00 2001 From: Krzysztof Wende Date: Tue, 22 May 2018 16:12:27 +0200 Subject: [PATCH] Clean makes init not able to work --- elchemy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elchemy b/elchemy index 2781337..f32ec74 100755 --- a/elchemy +++ b/elchemy @@ -46,10 +46,10 @@ case "$1" in init) if [ -a ./mix.exs ] then + cp $SOURCE_DIR/templates/elchemy.exs ./.elchemy.exs mix archive.install "https://github.com/wende/elchemy/releases/download/$version/elchemy-$version.ez" mkdir -p elm cp $SOURCE_DIR/templates/elm-package.json ./ - cp $SOURCE_DIR/templates/elchemy.exs ./.elchemy.exs cp $SOURCE_DIR/templates/Hello.elm ./elm/ if [ -d ./test ]; then cp $SOURCE_DIR/templates/elchemy_test.exs ./test/