Skip to content

Commit cbfce81

Browse files
authored
Add missing git add (#21)
Signed-off-by: Maximilian Moehl <maximilian@moehl.eu>
1 parent 25021de commit cbfce81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

automation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ plan: .state
1616
apply: .state
1717
$(GIT) pull
1818
$(TOFU) apply
19+
$(GIT) add --update
1920
$(GIT) commit --signoff --quiet --message "Update state $$(date -u +%Y-%m-%dT%H:%M:%SZ)"
2021
$(GIT) push
2122

0 commit comments

Comments
 (0)