Skip to content

Commit

Permalink
corrected export message from "~/dagster_home" to ~"/dagster_home" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Proteusiq committed Feb 25, 2022
1 parent 47b9a68 commit 44f4f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/core/instance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def get() -> "DagsterInstance":
"This directory is used to store metadata across sessions, or load the dagster.yaml "
"file which can configure storing metadata in an external database.\n"
"You can resolve this error by exporting the environment variable. For example, you can run the following command in your shell or include it in your shell configuration file:\n"
'\texport DAGSTER_HOME="~/dagster_home"\n'
'\texport DAGSTER_HOME=~"/dagster_home"\n'
"or PowerShell\n"
"$env:DAGSTER_HOME = ($home + '\\dagster_home')"
"or batch"
Expand Down

0 comments on commit 44f4f2a

Please sign in to comment.