Fix lint error

This commit is contained in:
Gregory Kurtzer
2021-09-29 22:48:15 -07:00
parent 499582e211
commit a8f2c58dcc

View File

@@ -87,8 +87,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
return errors.Wrap(err, "failed to persist node updates")
}
overlayName = "default"
} else {
removePath := path.Join(overlayPath, fileName)