Skip to content

Commit

Permalink
Unify variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
maystery committed Sep 29, 2020
1 parent d0eed46 commit 4432dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_documentation/rst/micado.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Simply clone the respository and add the location to your PYTHONPATH
$ MC_PATH="/usr/local/lib/micado-client"
$ git clone https://github.com/micado-scale/micado-client $MC_PATH
$ export PYTHONPATH="${PYTHONPATH}:$MC_PATH"
$ export PYTHONPATH="$PYTHONPATH:$MC_PATH"
Specify cloud credentials
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 4432dbb

Please sign in to comment.