forked from LaconicNetwork/kompose
Fix log output specific warning info (#1084)
Signed-off-by: gaozhenhai <gaozh1988@live.com>
This commit is contained in:
parent
294c28b10c
commit
ae44008908
@ -352,7 +352,7 @@ func (o *OpenShift) Transform(komposeObject kobject.KomposeObject, opt kobject.C
|
||||
// Get the compose file directory
|
||||
composeFileDir, err = transformer.GetComposeFileDir(opt.InputFiles)
|
||||
if err != nil {
|
||||
log.Warningf("Error in detecting compose file's directory.")
|
||||
log.Warningf("Error %v in detecting compose file's directory.", err)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user