Skip to content

Commit

Permalink
Let te failScreenshotPath be mutable
Browse files Browse the repository at this point in the history
It should have been setable in the first place...
  • Loading branch information
soerennielsen committed Sep 28, 2014
1 parent b07a76c commit 6bfb16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/configuration.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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:\"
Expand Down

0 comments on commit 6bfb16f

Please sign in to comment.