Skip to content

Commit 3a1b1eb

Browse files
committed
removing version from uname output since it is on the next line
1 parent 2c1b8c9 commit 3a1b1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ def format_tmux_resp(std_resp):
11021102
[
11031103
'dist: %s' % platform.platform(),
11041104
'arch: %s' % platform.machine(),
1105-
'uname: %s' % '; '.join(platform.uname()[:4]),
1105+
'uname: %s' % '; '.join(platform.uname()[:3]),
11061106
'version: %s' % platform.version(),
11071107
]
11081108
)

0 commit comments

Comments
 (0)