1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 23:35:06 +00:00

Updated to 1.1.2

This commit is contained in:
Dennis Schwerdel
2017-06-12 13:13:49 +02:00
parent 5ecde5c49b
commit c636d1dd87
5 changed files with 7 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ describe('Application life cycle test', function () {
it('can edit file', editFile);
it('can restart app', function (done) {
execSync('cloudron restart --wait');
execSync('cloudron restart');
done();
});