From f5a0ea279d54e75a3be307791ae229ac247e28e0 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Thu, 22 Feb 2018 16:30:39 -0700 Subject: Typo in update_create_database_schema scripting --- salt/openbook/database/files/update-openbook-schema.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/openbook/database/files/update-openbook-schema.sh b/salt/openbook/database/files/update-openbook-schema.sh index 93e3959..313d324 100644 --- a/salt/openbook/database/files/update-openbook-schema.sh +++ b/salt/openbook/database/files/update-openbook-schema.sh @@ -29,7 +29,7 @@ CALL p_preallocate_partitions('t_metric_aggregate_customer_daily', 'aggregate_da EOF git add -A -git commit -a -m "update create_databases_schama.sql $(date)" +git commit -a -m "update create_databases_schema.sql $(date)" git push popd >/dev/null -- cgit v1.3