Skip to content

Commit dbd419b

Browse files
committed
fix(doc/optional_ceph): remove a space from a bash substitution
1 parent 3845216 commit dbd419b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/managing_deis/running-deis-without-ceph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ so the controller knows where to connect.
150150
$ deisctl config database set engine=postgresql_psycopg2 \
151151
host=${HOST} \
152152
port=5432 \
153-
name=${DATABASE } \
153+
name=${DATABASE} \
154154
user=${DB_USER} \
155155
password=${DB_PASS}
156156

0 commit comments

Comments
 (0)