summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-01-11 11:22:46 +0100
committerlassulus <lassulus@lassul.us>2018-01-11 11:22:46 +0100
commit36833781d46f189a6addaa109f8a4b5539cbba2c (patch)
tree6c101e9788ab03f05c4659155984e44a1af9fcb2 /krebs/2configs/repo-sync.nix
parent279ce3bbbc562d53ba4696c90025671be32b5e0e (diff)
repo-sync: don't announce syncs in irc
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r--krebs/2configs/repo-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix
index 84b7d9c0..48da88a8 100644
--- a/krebs/2configs/repo-sync.nix
+++ b/krebs/2configs/repo-sync.nix
@@ -58,7 +58,7 @@ let
ref = "heads/master";
};
};
- krebs.git = defineRepo name true;
+ krebs.git = defineRepo name false;
};
in {