Skip to content

Commit 89a517a

Browse files
committed
🚑🐛 Fix misused YAML anchor
1 parent 467dd6f commit 89a517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagga.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ containers:
100100
- !Container features
101101
# Rebuild this container on pre-commit config change
102102
- !Depends .pre-commit-config.yaml
103-
- !BuildDeps *app-build-deps
103+
- *app-build-deps
104104
# Git is needed for pre-commit in runtime. Ref:
105105
# github.com/pre-commit/pre-commit/issues/456#issuecomment-269653630
106106
- !Install [git]

0 commit comments

Comments
 (0)