Skip to content

Commit

Permalink
Clean up output
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanchyk committed Apr 18, 2024
1 parent b8a9a1d commit f645bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/syncer/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (s *Syncer) copy(src, dst string) error {
return fmt.Errorf("cannot remove extraneous %s error: %s", dstPath, err.Error())
}
if s.VerboseFlag {
fmt.Println("Removed extraneous:", dstPath)
fmt.Println("Removed extraneous", relativePath)
}
}
}
Expand Down

0 comments on commit f645bb9

Please sign in to comment.