mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Fix broken conditional due to typo.
This commit is contained in:
		| @@ -20,7 +20,7 @@ int mainRpm(int argc, const char* argv[]) | ||||
| { | ||||
|     flags.parseFlagsWithConfigFiles(argc, argv, {}); | ||||
|  | ||||
| 	if (!config.flux_source().type() != FluxSourceProto::DRIVE) | ||||
| 	if (config.flux_source().type() != FluxSourceProto::DRIVE) | ||||
| 		Error() << "this only makes sense with a real disk drive"; | ||||
|  | ||||
|     usbSetDrive(config.drive().drive(), false, config.drive().index_mode()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user