mirror of
https://github.com/caprover/caprover
synced 2025-12-12 22:35:39 +00:00
Fixed broken promise
This commit is contained in:
@@ -50,7 +50,7 @@ class GitHelper {
|
||||
|
||||
return Promise.resolve() //
|
||||
.then(function() {
|
||||
fs.outputFile(SSH_KEY_PATH, sshKey + '')
|
||||
return fs.outputFile(SSH_KEY_PATH, sshKey + '')
|
||||
})
|
||||
.then(function() {
|
||||
return exec(
|
||||
|
||||
Reference in New Issue
Block a user