Case Sensitive for Linux

This commit is contained in:
youyi1314 2016-08-31 21:24:42 +08:00 committed by GitHub
parent 8f0c21c34a
commit d2d87701a9

View File

@ -1,6 +1,6 @@
import POGOProtos from "pokemongo-protobuf";
import CFG from "../../../../CFG";
import CFG from "../../../../cfg";
import print from "../../../print";
/**
@ -32,4 +32,4 @@ export default function FortDetails(msg) {
});
});
}
}