Case Sensitive for Linux

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

View File

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