From 6bfb16f2ee47b997d9b57b37031eb0a1d9791390 Mon Sep 17 00:00:00 2001 From: soerennielsen Date: Sun, 28 Sep 2014 23:54:32 +0200 Subject: [PATCH] Let te failScreenshotPath be mutable It should have been setable in the first place... --- src/canopy/configuration.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/canopy/configuration.fs b/src/canopy/configuration.fs index 3793b0ef..4cbb988c 100644 --- a/src/canopy/configuration.fs +++ b/src/canopy/configuration.fs @@ -4,7 +4,7 @@ open System //runner related let failFast = ref false -let failScreenshotPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\canopy\" +let mutable failScreenshotPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\canopy\" let mutable chromeDir = @"c:\" let mutable ieDir = @"c:\"