Skip to content

Commit

Permalink
Minors
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Apr 10, 2024
1 parent 59fc25c commit 8dddfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/content/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func (c Manager) undoParentsBackup(root string) error {
return eachFilesInDir(parent, func(path string) error {
if strings.HasSuffix(path, ParentsBackupSuffix) {
origin := strings.TrimSuffix(path, ParentsBackupSuffix)
log.Infof("undoing backup of parent file '%s'", path)
log.Infof("undoing backup of parent file '%s'", path)
return os.Rename(path, origin)
}
return nil
Expand Down

0 comments on commit 8dddfaa

Please sign in to comment.