mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 04:43:25 +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