mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Script fixes
This commit is contained in:
parent
8a66f8747a
commit
2bb05de96c
1 changed files with 3 additions and 3 deletions
6
.github/ReadmeGenerator.swift
vendored
6
.github/ReadmeGenerator.swift
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue