fix error in migration docs (#2691)

This commit is contained in:
AlbertGao 2019-08-09 21:23:38 +12:00 committed by Rikin Kachhia
parent 52bf885f14
commit 2d4f91472f

View File

@ -59,9 +59,9 @@ Hasura migrations. You can commit this directory to version control.
.. note::
In case there is an admin secret set, you can set it as an environment
variable ``HASURA_GRAPHQL_ADMIN_SECRET=<your-admin-secret`` on the local
variable ``HASURA_GRAPHQL_ADMIN_SECRET=<your-admin-secret>`` on the local
machine and the the CLI will use it. You can also use it as a flag to CLI:
``--admin-secret "<your-admin-secret>"``.
``--admin-secret '<your-admin-secret>'``.
Step 3: Initialize the migrations as per your current state
-----------------------------------------------------------