From f4f04f21995711388ca632163f4b2ea0d986bd83 Mon Sep 17 00:00:00 2001 From: bh90210 Date: Wed, 31 Jul 2019 03:20:08 +0300 Subject: [PATCH] fix: typo --- cmd/wails/9_issue.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/wails/9_issue.go b/cmd/wails/9_issue.go index 90df65513..24d7f64da 100644 --- a/cmd/wails/9_issue.go +++ b/cmd/wails/9_issue.go @@ -56,10 +56,10 @@ To help you in this process, we will ask for some information, add Go/Wails deta gccVersion = strings.TrimSpace(stdout) } case "linux": - // for linux we have to - // collect distribution name + // for linux we have to collect + // the distribution name distro := cmd.GetLinuxDistroInfo() - // and use it as a nested switch + // and use it as nested switch switch distro.ID { default: // most supported distros are printing the right result with just 'gcc -dumpversion' gcc := program.FindProgram("gcc")