Script fixes

This commit is contained in:
Serhii Londar 2018-11-15 01:25:44 +02:00
parent 8a66f8747a
commit 2bb05de96c

View file

@ -286,9 +286,9 @@ extension JSONApplication {
}
enum FilePaths: String {
case readme = "./../README.md"
case applications = "./../applications.json"
case categories = "./../categories.json"
case readme = "./README.md"
case applications = "./applications.json"
case categories = "./categories.json"
}
struct Constants {