mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 04:22:10 +10:00
fix path arg
This commit is contained in:
parent
5dfe8ebb5a
commit
11a1bc7795
3 changed files with 9 additions and 6 deletions
|
@ -10,7 +10,7 @@ const addSshKey = (content, filename) => {
|
|||
writeToFile({ dir, filename: 'known_hosts', content: '' });
|
||||
writeToFile({ dir, filename, content, isRequired: true });
|
||||
|
||||
console.log('✅ Ssh key added to `.ssh` dir ', dir);
|
||||
console.log('✅ [SSH] key added to `.ssh` dir ', dir);
|
||||
|
||||
return filePath;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue