Skip to content

Commit

Permalink
Merge pull request #168 from soerennielsen/fail-screenshot-setable
Browse files Browse the repository at this point in the history
Let the failScreenshotPath be mutable
  • Loading branch information
lefthandedgoat committed Sep 29, 2014
2 parents b07a76c + 6bfb16f commit a76d0ab
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 a76d0ab

Please sign in to comment.