Skip to content

Commit 0c114ed

Browse files
authored
Address example use of sh variable (#1209)
2 parents 3fcf776 + 6c1e675 commit 0c114ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globus_cli/commands/mkdir.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
1818
[source,bash]
1919
----
20-
$ ep_id=aa752cea-8222-5bc8-acd9-555b090c0ccb
21-
$ mkdir ep_id:~/testfolder
20+
$ EP_ID=aa752cea-8222-5bc8-acd9-555b090c0ccb
21+
$ mkdir $EP_ID:~/testfolder
2222
----
2323
""",
2424
)

0 commit comments

Comments
 (0)