We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd03ed commit 8af4d30Copy full SHA for 8af4d30
pour/config.go
@@ -78,7 +78,7 @@ func (cfg *Config) Validate(path string) ([]string, []string, error) {
78
deps := []string{motion.Named("builtin").String()}
79
80
if cfg.BottleMotionService != "" {
81
- deps = append(deps, cfg.BottleMotionService)
+ deps = append(deps, motion.Named(cfg.BottleMotionService).String())
82
}
83
84
if cfg.CupMotionService != "" {
0 commit comments