From 956f976f5b6858151e63cf4d840dccf35f97deb1 Mon Sep 17 00:00:00 2001 From: lewo Date: Wed, 13 Mar 2019 12:53:28 +0100 Subject: [PATCH] Update Main.hs Co-Authored-By: nmattia --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index 199aaf6..a9d8820 100644 --- a/Main.hs +++ b/Main.hs @@ -659,7 +659,7 @@ warnIfOutdated = do [ "WARNING: " <> pathNixSourcesNix <> " is out of date." , "Please run" , " niv init" - , "or add the following line in your file:" + , "or add the following line in the " <> pathNixSourcesNix <> " file:" , " # niv: no_update" ] else pure ()