From 102ee2aeacf4c3561da52c2552d759dd0ded4cc4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Jul 2017 13:18:26 -0400 Subject: fix typo in build path --- src/Propellor/Bootstrap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index d3d0264b..21f051c9 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -83,7 +83,7 @@ buildCommand bs = intercalate " && " (go (getBuilder bs)) ] go Stack = [ "stack build :propellor-config" - , "ln -sf $(stack path --dist-dir)/build/propellor-config propellor" + , "ln -sf $(stack path --dist-dir)/build/propellor-config/propellor-config propellor" ] -- Check if all dependencies are installed; if not, run the depsCommand. -- cgit v1.2.3