Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardteach42 committed Jul 15, 2019
1 parent 729db5a commit fd162d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Dappurware/Deployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ private function getDeployKey()
if (file_exists($this->certFolder . '/' . $this->certFileName) &&
file_exists($this->certFolder . '/' . $this->certFileName . ".pub")) {
return file_get_contents($this->certFolder . '/' . $this->certFileName . ".pub");
} elseif (!file_exists($this$publicKey->certFolder . '/' . $this->certFileName)) {
} elseif (!file_exists($this->certFolder . '/' . $this->certFileName)) {
// Create the deploy key with ssh-keygen
$generateKey = exec(
"ssh-keygen -q -N '' -t rsa -b 4096 -f " . $this->certFolder . "/" . $this->certFileName
Expand Down

0 comments on commit fd162d0

Please sign in to comment.