update for platforms

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee 2020-02-20 11:57:18 -05:00
parent cdb2374333
commit ebe7dfdaf3
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ type Input struct {
platforms []string
dryrun bool
forcePull bool
logOutput bool
noOutput bool
}
func (i *Input) resolve(path string) string {