Skip to content

Commit 6b6bf4d

Browse files
Add back removed word
1 parent 3541f84 commit 6b6bf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async function getPlatform(logsOpt) {
132132
const majorVersion = parseInt(linuxInfo.get('version'), 10) || semver.major(release)
133133

134134
if (logsOpt) {
135-
print.info(`OS: ${linuxDistro || type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
135+
print.info(`OS type: ${linuxDistro || type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
136136
}
137137

138138
if (arch === 'x64' || (arch === 'arm64' && isM1)) {

0 commit comments

Comments
 (0)