From 93033187cca60e2f4e0339c0f2d310e02ff60f55 Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Thu, 20 Dec 2018 17:25:31 -0600 Subject: [PATCH] [fix] Fixing typo in file path. --- argo/src/Argo/Stack.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo/src/Argo/Stack.hs b/argo/src/Argo/Stack.hs index 5d5d566..5bd6faa 100644 --- a/argo/src/Argo/Stack.hs +++ b/argo/src/Argo/Stack.hs @@ -116,7 +116,7 @@ prepareDaemon sa@StackArgs {..} = do testfile ".argo_nodeos_config_exit_message" >>= \case True -> do printInfo "Contents of .argo_nodeos_config_exit_message: \n" - view $ input "./argo_nodeos_config_exit_message" + view $ input ".argo_nodeos_config_exit_message" False -> die ("argo_nodeos_config failed with exit code " <> repr n) cleanContainers argo_nodeos_config retryTime remainingRetries = do let -- 2.26.2