From 4afbee11ac77853aeca137b2c4f49c8e8edb6804 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Apr 2015 12:11:00 -0400 Subject: fix func name --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index bb348417..9f48360e 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -371,8 +371,8 @@ iabak = host "iabak.archiveteam.org" repo = "https://github.com/ArchiveTeam/IA.BAK/" graphiteCSRF = withPrivData (Password "csrf-token") (Context "iabak.archiveteam.org") $ \gettoken -> property "graphite-web CSRF token" $ - gettoken $ \token -> do - makeChange $ File.hasLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'" + gettoken $ \token -> + makeChange $ File.containsLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'" --' __|II| ,. ---- __|II|II|__ ( \_,/\ -- cgit v1.2.3