Skip to content

Commit

Permalink
Update mage/main.go
Browse files Browse the repository at this point in the history
got caught out not using vim's spellcheck

Co-authored-by: Paul Burlumi <paul@burlumi.com>
  • Loading branch information
ClaudiaJ and paulburlumi committed Sep 9, 2021
1 parent 51fac8c commit 728e1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func Invoke(inv Invocation) int {
return 1
}

// reproducible output for determanistic builds
// reproducible output for deterministic builds
sort.Sort(info.Funcs)
sort.Sort(info.Imports)

Expand Down

0 comments on commit 728e1d5

Please sign in to comment.