From 31bcd3c11d835c6d082f506a60a4dfb34167abab Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Tue, 21 Jan 2014 03:18:25 +0100 Subject: [PATCH] site.conf: use single quotes for strings For consistency, use single quotes for all strings in the site configuration. --- site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.conf b/site.conf index 667e950..80bc1b2 100644 --- a/site.conf +++ b/site.conf @@ -65,7 +65,7 @@ branch => 'stable', branches => { stable => { - name => "stable", + name => 'stable', mirrors => ['http://[fdef:ffc0:3dd7::ffff:0]/stable/'], probability => 0.08, good_signatures => 2, @@ -80,7 +80,7 @@ simple_tc => { mesh_vpn => { - ifname => "mesh-vpn", + ifname => 'mesh-vpn', enabled => 0, limit_egress => 200, limit_ingress => 3000,