Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap/common: use switch to satisfy golint
golint was complaining about: ``` pkg/asset/ignition/bootstrap/common.go:406:2: ifElseChain: rewrite if-else to switch statement (gocritic) if parentDir == "bin" || parentDir == "dispatcher.d" || parentDir == "system-generators" { ^ ```
- Loading branch information