8 lines
95 B
Makefile
8 lines
95 B
Makefile
|
|
||
|
update:
|
||
|
(for X in terraform-*; do \
|
||
|
pushd $$X; \
|
||
|
git pull --ff-only ; \
|
||
|
popd; \
|
||
|
done)
|