Skip to content

Commit bbdf045

Browse files
committed
Fix typo in builder/dispatchers.go
Signed-off-by: David Calavera <david.calavera@gmail.com>
1 parent 92a775b commit bbdf045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/dispatchers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func from(b *Builder, args []string, attributes map[string]bool, original string
171171
}
172172

173173
// note that the top level err will still be !nil here if IsNotExist is
174-
// not the error. This approach just simplifies hte logic a bit.
174+
// not the error. This approach just simplifies the logic a bit.
175175
if err != nil {
176176
return err
177177
}

0 commit comments

Comments
 (0)