Skip to content

Commit

Permalink
Merge pull request #1143 from joe-kimmel-vmw/restore-restorers-former…
Browse files Browse the repository at this point in the history
…-color

restorer gets layers flag again
  • Loading branch information
joe-kimmel-vmw authored Jul 7, 2023
2 parents 94c3d31 + 8cdec9d commit e06b69b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/lifecycle/restorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ func (r *restoreCmd) DefineFlags() {
}
cli.FlagCacheDir(&r.CacheDir)
cli.FlagCacheImage(&r.CacheImageRef)
cli.FlagGID(&r.GID)
cli.FlagGroupPath(&r.GroupPath)
cli.FlagLayersDir(&r.LayersDir)
cli.FlagUID(&r.UID)
cli.FlagGID(&r.GID)
}

// Args validates arguments and flags, and fills in default values.
Expand Down

0 comments on commit e06b69b

Please sign in to comment.