diff --git a/mysql/database.sls b/mysql/database.sls
index 5d9cce0b47fb656a53458f4ea4b3e7e4035aec30..0f9796e41a0ba97f85d6891493b69a91e4467e98 100644
--- a/mysql/database.sls
+++ b/mysql/database.sls
@@ -56,7 +56,7 @@ include:
 
 {{ state_id }}_load:
   cmd.wait:
-    - name: mysql -u {{ mysql_salt_user }} -h{{ mysql_host }} {%- if mysql_salt_pass %}-p{%- endif %}{{ mysql_salt_pass }} {{ database }} < /etc/mysql/{{ database }}.schema
+    - name: mysql -u {{ mysql_salt_user }} -h{{ mysql_host }} {% if mysql_salt_pass %}-p{%- endif %}{{ mysql_salt_pass }} {{ database }} < /etc/mysql/{{ database }}.schema
     - watch:
       - file: {{ state_id }}_schema
       - mysql_database: {{ state_id }}