diff --git a/scaffold/auto-update b/scaffold/auto-update index 42611ed..34af4d5 100755 --- a/scaffold/auto-update +++ b/scaffold/auto-update @@ -19,7 +19,7 @@ relaunchCompilation() { } print "${BLUE}$line${RESET}" { cabal install && \ - ./.cabal-sandbox/bin/test-holy-project } & + ./.cabal-sandbox/bin/test-{{projectName}} } & latestThread=$! fi done