Fix comparator

This commit is contained in:
Michiel Hazelhof 2025-08-12 15:32:49 +02:00
parent 1ee45a327f
commit d07f030d9a
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

@ -10,7 +10,7 @@ if ($($args.Count) -lt 1) {
Exit 1
}
if ($args[0] = "interactive") {
if ($args[0] -eq "interactive") {
docker run -it --rm bitbetter/licensegen interactive
} else {
docker run bitbetter/licensegen $args