We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f97c96 commit 0284d15Copy full SHA for 0284d15
pkg/migrate/migrate.go
@@ -233,7 +233,7 @@ func backupLegacyFiles() error {
233
_ = moveFile(catalogIndexPath, filepath.Join(backupDir, "catalog.json"))
234
_ = moveFile(oldCatalogPath, filepath.Join(backupDir, legacycatalog.DockerCatalogFilename))
235
236
- // We use os.Remove to remove the directory, so only it's only removed if empty
+ // We use os.Remove to remove the directory, so it's only removed if empty
237
// We don't want to remove any custom catalog yamls the user may have added
238
_ = os.Remove(catalogsDir)
239
0 commit comments