mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix diff
This commit is contained in:
2
diff.js
2
diff.js
@@ -16,7 +16,7 @@ var buildRelPath = 'build/EspoCRM-' + version;
|
||||
var buildPath = currentPath + '/' + buildRelPath;
|
||||
var diffFilePath = currentPath + '/build/diff';
|
||||
|
||||
var upgradePath = currentPath + '/build/EspoCRM-upgrade-' + versionFrom + '-' + version;
|
||||
var upgradePath = currentPath + '/build/EspoCRM-upgrade-' + versionFrom + '-to-' + version;
|
||||
|
||||
|
||||
var exec = require('child_process').exec;
|
||||
|
||||
Reference in New Issue
Block a user