fix: CopyInDir option
All checks were successful
checks / build (push) Successful in 1m22s

This commit is contained in:
张泊明518370910136 2024-09-25 04:10:11 -04:00
parent d172fae912
commit 3a8e3dfcf4
GPG Key ID: D47306D7062CDA9D

View File

@ -51,7 +51,7 @@ type OptionalCmd struct {
CopyIn *map[string]stage.CmdFile CopyIn *map[string]stage.CmdFile
CopyInCached *map[string]string CopyInCached *map[string]string
CopyInCwd *bool CopyInDir *string
CopyOut *[]string CopyOut *[]string
CopyOutCached *[]string CopyOutCached *[]string