Skip to content

Commit 4bb4287

Browse files
authored
Merge pull request #11 from SaarthakMaini/main
2 parents 5449fa4 + 58c2d3a commit 4bb4287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/run-script/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ArgumentParser
1212

1313
#if os(macOS)
1414
enum CommandError: LocalizedError {
15-
case configFileNotExsisted
15+
case configFileNotExisted
1616
}
1717

1818
enum Timing: String, EnumerableFlag, ExpressibleByArgument {
@@ -54,7 +54,7 @@ struct RunScript: ParsableCommand {
5454
let decoder = YAMLDecoder()
5555

5656
guard fileManager.fileExists(atPath: config) else {
57-
throw CommandError.configFileNotExsisted
57+
throw CommandError.configFileNotExisted
5858
}
5959

6060
let data = try Data(contentsOf: configFileURL)

0 commit comments

Comments
 (0)