diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-12 16:47:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-12 16:47:57 +0000 |
commit | 9e75d02fd745f64dfee1f960196718c299d3bd0a (patch) | |
tree | 9370031761268082ea1a31233101950c1f86e8da | |
parent | 78d2ffa57186eac5c7f5b06de7f6b5948dd6ee7d (diff) |
<insert grumble at case-insensitive filesystems>
-rwxr-xr-x | bin/fixmystreet.com/fixture | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture index 78f96f235..aceb75bd3 100755 --- a/bin/fixmystreet.com/fixture +++ b/bin/fixmystreet.com/fixture @@ -20,7 +20,7 @@ use Path::Tiny; use FixMyStreet; use FixMyStreet::Cobrand; use FixMyStreet::DB::Factories; -use FixMyStreet::App::Model::Photoset; +use FixMyStreet::App::Model::PhotoSet; use DateTime::Format::Pg; use Getopt::Long::Descriptive; |