diff options
| author | lassulus <lassulus@lassul.us> | 2018-01-11 11:22:46 +0100 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2018-01-11 11:22:46 +0100 |
| commit | 36833781d46f189a6addaa109f8a4b5539cbba2c (patch) | |
| tree | 6c101e9788ab03f05c4659155984e44a1af9fcb2 /krebs | |
| parent | 279ce3bbbc562d53ba4696c90025671be32b5e0e (diff) | |
repo-sync: don't announce syncs in irc
Diffstat (limited to 'krebs')
| -rw-r--r-- | krebs/2configs/repo-sync.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix index 84b7d9c0e..48da88a8d 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 { |
