Merge pull request #74 from armchair-philosophy/dc_mongo
[utils] dependencyInfo: update MongoDB regexp
This commit is contained in:
		@@ -9,7 +9,7 @@ export default class {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	showAll(): void {
 | 
			
		||||
		this.show('MongoDB', 'mongo --version', x => x.match(/^MongoDB shell version: (.*)\r?\n$/));
 | 
			
		||||
		this.show('MongoDB', 'mongo --version', x => x.match(/^MongoDB shell version:? (.*)\r?\n/));
 | 
			
		||||
		this.show('Redis', 'redis-server --version', x => x.match(/v=([0-9\.]*)/));
 | 
			
		||||
		this.show('GraphicsMagick', 'gm -version', x => x.match(/^GraphicsMagick ([0-9\.]*) .*/));
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user