Skip to content
Snippets Groups Projects
Commit e5c20ca9 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Update dependencyInfo.ts

parent bd4a7d8c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ export default class {
}
public 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:? v(.*)\r?\n/));
this.show('Redis', 'redis-server --version', x => x.match(/v=([0-9\.]*)/));
this.show('ImageMagick', 'magick -version', x => x.match(/^Version: ImageMagick ([^ ]*)/));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment