Skip to content

Commit

Permalink
Merge branch 'fix/syntax-error'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Crewe committed Feb 5, 2019
2 parents e33a7c4 + a512fe4 commit 71a107d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/add-git-ftp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ set the relevant config options for git-ftp in the repo.
// Check if all of these prompts have a valid response
await execa('ssh-copy-id', [`${user}@${host}`, `-p ${port}`]).stderr

await execa('git', ['config', 'git-ftp.url', `'sftp://${user}@${host}:${port}/home/${user}/www'`]).stderr
await execa('git', ['config', 'git-ftp.url', `sftp://${host}:${port}/home/${user}/www`]).stderr

await execa('git', ['config', 'git-ftp.user', `${user}`]).stderr

Expand Down

0 comments on commit 71a107d

Please sign in to comment.