From 7b675957ebb32f21a3e929d9e7315d3882e96d5a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 Sep 2018 18:20:11 +0200 Subject: Fix incorrect module name --- libbutl/git.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbutl/git.mxx b/libbutl/git.mxx index 36b8628..feeba95 100644 --- a/libbutl/git.mxx +++ b/libbutl/git.mxx @@ -15,7 +15,7 @@ // Other includes. #ifdef __cpp_modules -export module butl.curl; +export module butl.git; #ifdef __cpp_lib_modules import std.core; #endif -- cgit v1.1