mirror of https://github.com/liamg/aminal.git
gofmt for launcher.go
This commit is contained in:
parent
ab5c4b8b8a
commit
72adb30efd
|
@ -50,7 +50,7 @@ func main() {
|
|||
cmd.Dir = usr.HomeDir
|
||||
latestVersionDir := filepath.Join(versionsDir, latestVersion)
|
||||
path, pathSet := os.LookupEnv("PATH")
|
||||
if (pathSet) {
|
||||
if pathSet {
|
||||
path += ";" + latestVersionDir
|
||||
} else {
|
||||
path = latestVersionDir
|
||||
|
|
Loading…
Reference in New Issue