Skip to content

Commit 1ffa9fa

Browse files
committed
1 parent eaa5c45 commit 1ffa9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (a *App) Configure() error {
8585
}
8686

8787
func (a *App) Start() error {
88-
if runtime.GOOS == "windows" && a.isDependencyInstalled(wsl) {
88+
if runtime.GOOS == "windows" && !a.isDependencyInstalled(wsl) {
8989
slog.Warn(wsl.String() + " seems to not be installed")
9090
a.printer.Println("WARNING: " + wsl.String() + " is not installed!")
9191
}

0 commit comments

Comments
 (0)