Skip to content

Commit

Permalink
Fixes #271
Browse files Browse the repository at this point in the history
Related to Scalingo/go-utils#944

Lint
  • Loading branch information
sc-zenokerr committed Aug 1, 2024
1 parent 036cb4a commit 095b8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sand-agent/sand-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func main() {
err = gracefulService.ListenAndServe(ctxDocker, "tcp", dockerPluginEndpoint, handler)
}
if err != nil {
log.WithError(err).Error("fail to intialize docker plugin listener")
log.WithError(err).Error("fail to initialize docker plugin listener")
os.Exit(-1)
}
}
Expand Down

0 comments on commit 095b8f4

Please sign in to comment.