From 962ee01ccc00174beefbc885d495c0ac1c20d492 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:24:05 -0600 Subject: [PATCH] branches2.cpp --- src/branches2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/branches2.cpp b/src/branches2.cpp index e6093208..42534dfa 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -38,5 +38,6 @@ Branches2::clonepath(ghc::filesystem::path basepath_, } } - return 0; + errno = ENOENT; + return -1; }