We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e648693 commit 832f2baCopy full SHA for 832f2ba
1 file changed
dependency_updater/dependency_updater.go
@@ -92,7 +92,7 @@ func updater(token string, repoPath string, commit bool, githubAction bool) erro
92
93
err = json.Unmarshal(f, &dependencies)
94
if err != nil {
95
- return fmt.Errorf("error unmarshaling versions JSON to dependencies: %s", err)
+ return fmt.Errorf("error unmarshalling versions JSON to dependencies: %s", err)
96
}
97
98
for dependency := range dependencies {
0 commit comments