Skip to content

Commit

Permalink
Update util/util.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Grunert <[email protected]>
  • Loading branch information
rhatdan and saschagrunert authored Jan 22, 2021
1 parent 9b99132 commit df8a8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func Runtime() string {

conf, err := config.Default()
if err != nil {
logrus.Warnf("Error loading container config when searching for local runtime.: %v", err)
logrus.Warnf("Error loading container config when searching for local runtime: %v", err)
return DefaultRuntime
}
return conf.Engine.OCIRuntime
Expand Down

0 comments on commit df8a8d1

Please sign in to comment.