summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d612afc..4ef37e1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ upgrade:
db:
@python ./fabfile/db.py > global/overlay/etc/puppet/cosmos-db.yaml
- @git add global/overlay/etc/puppet/cosmos-db.yaml && git commit -m "update db" global/overlay/etc/puppet/cosmos-db.yaml
+ @git add global/overlay/etc/puppet/cosmos-db.yaml
+ @git commit -m "update db" global/overlay/etc/puppet/cosmos-db.yaml
tag: db
./bump-tag