mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-09-15 06:13:26 +00:00
Fix comparator
This commit is contained in:
parent
1ee45a327f
commit
d07f030d9a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user