Skip to content

Commit 0284d15

Browse files
committed
Typo fix.
1 parent 6f97c96 commit 0284d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/migrate/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func backupLegacyFiles() error {
233233
_ = moveFile(catalogIndexPath, filepath.Join(backupDir, "catalog.json"))
234234
_ = moveFile(oldCatalogPath, filepath.Join(backupDir, legacycatalog.DockerCatalogFilename))
235235

236-
// We use os.Remove to remove the directory, so only it's only removed if empty
236+
// We use os.Remove to remove the directory, so it's only removed if empty
237237
// We don't want to remove any custom catalog yamls the user may have added
238238
_ = os.Remove(catalogsDir)
239239

0 commit comments

Comments
 (0)