Remove Shell invocation as many as possible (high cost in term of speed of execution)
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@ -12,7 +12,7 @@ extension ImagesConfiguration: Runnable {
|
||||
var args = [String]()
|
||||
|
||||
if force {
|
||||
args += ["-F"] // Images has a -f and -F options
|
||||
args += ["-f"] // Images has a -f and -F options
|
||||
}
|
||||
|
||||
args += [
|
||||
|
Reference in New Issue
Block a user