Skip to content

Commit 8af4d30

Browse files
committed
fix motion getting
1 parent 9dd03ed commit 8af4d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pour/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (cfg *Config) Validate(path string) ([]string, []string, error) {
7878
deps := []string{motion.Named("builtin").String()}
7979

8080
if cfg.BottleMotionService != "" {
81-
deps = append(deps, cfg.BottleMotionService)
81+
deps = append(deps, motion.Named(cfg.BottleMotionService).String())
8282
}
8383

8484
if cfg.CupMotionService != "" {

0 commit comments

Comments
 (0)