Skip to content

Commit d0bdc1d

Browse files
authored
Fix user name in sys_get_nested_example.sh (#1386)
If I well understood the line `sys | get host.sessions.name` should return the string `sophiajt` instead of `st`
1 parent 38ea6fa commit d0bdc1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
> sys | get host.sessions.name
2-
╭───┬────╮
3-
│ 0 │ st
4-
╰───┴────╯
2+
╭───┬──────────
3+
│ 0 │ sophiajt
4+
╰───┴──────────

0 commit comments

Comments
 (0)