From ea9b516fffcc44307f6365f7949b8afe21d7bed6 Mon Sep 17 00:00:00 2001 From: Winestone Date: Sat, 18 Apr 2020 22:16:24 +1000 Subject: [PATCH] Fix bug where the os was printed out instead of the architecture --- script/hosts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/hosts.js b/script/hosts.js index 8245cf0..0c7381f 100644 --- a/script/hosts.js +++ b/script/hosts.js @@ -103,7 +103,7 @@ clickHost = function(x_host){ addBuffer(""+hostTitle(x_host)+"") if(x_host.known){ addBuffer("OS: "+x_host.os) - addBuffer("Architecture: "+x_host.os) + addBuffer("Architecture: "+x_host.architecture) writeBuffer() writeHostVuls(x_host) }else{