From 54a675e0c0e6c1701737273fce2472508692ad45 Mon Sep 17 00:00:00 2001 From: Akilan Date: Fri, 6 Jun 2025 14:24:26 +0100 Subject: [PATCH] changed command line argument for testing --- Bindings/Haskell/lib/CLI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings/Haskell/lib/CLI.hs b/Bindings/Haskell/lib/CLI.hs index 0896c3c..43fb4d8 100644 --- a/Bindings/Haskell/lib/CLI.hs +++ b/Bindings/Haskell/lib/CLI.hs @@ -116,5 +116,5 @@ eitherErrorDecode esa = -- assumes the program is ran inside the haskell module in p2prc's repo -- assumes that last path segment is "haskell" and that p2prc binary's name is "p2p-rendering-computation" p2prcCmdName :: String -p2prcCmdName = "p2p-rendering-computation" +p2prcCmdName = "p2prc"