Skip to content

Commit 73432c7

Browse files
author
Steve Pulec
committed
Fix missing dollar sign in fabric install
1 parent d9439d5 commit 73432c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/admin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install Fabric:
1212

1313
::
1414

15-
pip install fabric
15+
$ pip install fabric
1616

1717
The following code will create two tasks that we can use: ``memory_usage`` and
1818
``deploy``. The former will output the memory usage on each machine. The

0 commit comments

Comments
 (0)