Skip to content

Commit b7361e9

Browse files
fixup
1 parent 23611d3 commit b7361e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/builder/internal/utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func PrintableCommand(parts []string) string {
215215
return strings.Join(f.Map(parts, printableArgument), " ")
216216
}
217217

218-
// DirContentIsOlderThan DirContentIsOlderThan returns true if the content of the given directory is
218+
// DirContentIsOlderThan returns true if the content of the given directory is
219219
// older than target file. If extensions are given, only the files with these
220220
// extensions are tested.
221221
func DirContentIsOlderThan(dir *paths.Path, target *paths.Path, extensions ...string) (bool, error) {

0 commit comments

Comments
 (0)