Skip to content

Commit

Permalink
Add dockerRunOptions setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Jul 23, 2024
1 parent 2257cc0 commit 07d20ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"path/filepath"

canaryv1 "github.com/nvidia/container-canary/internal/apis/v1"
"gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v2"
)

func LoadValidatorFromURL(url string) (*canaryv1.Validator, error) {
Expand Down

0 comments on commit 07d20ec

Please sign in to comment.