summaryrefslogtreecommitdiffstats
path: root/nix-script
diff options
context:
space:
mode:
Diffstat (limited to 'nix-script')
-rwxr-xr-xnix-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-script b/nix-script
index 6092c59..92496a6 100755
--- a/nix-script
+++ b/nix-script
@@ -106,7 +106,7 @@ done
if [ ! -f $CONFIGFILE ]
then
- stderr "No config file: '$CONFIGFILE', won't override defaults"
+ stdout "No config file: '$CONFIGFILE', won't override defaults"
else
stdout "Source config: '$CONFIGFILE'"
. $CONFIFILE