call update.checkJsonVersions(filesToUpdate) after doUpdate().
This commit is contained in:
		@@ -138,7 +138,9 @@ int main(int argc, char **argv) {
 | 
				
			|||||||
                  plugInName,
 | 
					                  plugInName,
 | 
				
			||||||
                  workingDir);
 | 
					                  workingDir);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    //update.checkJsonVersions();
 | 
				
			||||||
    update.doUpdate(filesToUpdate);
 | 
					    update.doUpdate(filesToUpdate);
 | 
				
			||||||
 | 
					    update.checkJsonVersions(filesToUpdate);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    //return a.exec();
 | 
					    //return a.exec();
 | 
				
			||||||
    return 0;
 | 
					    return 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user