From 749047d11232e02d70cfadd568ae31cb2942dda5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Apr 2015 12:10:17 -0400 Subject: [PATCH] fix syntax --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index dfac7ac..bb34841 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -369,7 +369,7 @@ iabak = host "iabak.archiveteam.org" & Apt.installed ["emacs-nox"] where repo = "https://github.com/ArchiveTeam/IA.BAK/" - graphiteCSRF = withPrivData (Password "csrf-token") (Context "iabak.archiveteam.org") + 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 ++"'"