Quellcode durchsuchen

fix usage of cloudron backup

Girish Ramakrishnan vor 8 Jahren
Ursprung
Commit
c7298d413e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -166,7 +166,7 @@ describe('Application life cycle test', function () {
     });
 
     it('backup app', function () {
-        execSync('cloudron backup --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
+        execSync('cloudron backup create --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
     });
 
     it('restore app', function () {