Merge pull request #1856 from LaurenceJJones/fix-remove-return-before-showing-token

fix: Remove return in installer which prevents showing token
This commit is contained in:
Owen Schwartz
2025-11-14 10:23:21 -05:00
committed by GitHub

View File

@@ -238,7 +238,6 @@ func main() {
}
fmt.Println("CrowdSec installed successfully!")
return
}
}
}