Stripped file extensions from executables
This commit is contained in:
parent
02c8353175
commit
bd7dd9a2ad
7 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ module.exports = function(grunt) {
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.registerTask('update', 'Upgrade database to newest version.', function() {
|
grunt.registerTask('update', 'Upgrade database to newest version.', function() {
|
||||||
exec('php scripts/upgrade.php');
|
exec('php scripts/upgrade');
|
||||||
});
|
});
|
||||||
grunt.registerTask('upgrade', ['update']);
|
grunt.registerTask('upgrade', ['update']);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue