mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
fix message
This commit is contained in:
parent
7cd710266f
commit
c3f370a726
2 changed files with 2 additions and 2 deletions
|
@ -2820,7 +2820,7 @@ function setup() {
|
|||
function cleanup() {
|
||||
// remove ".ssh" directory
|
||||
const sshDirName = removeSshDirectory();
|
||||
console.log(`SSH keys in ${sshDirName} has been removed successfully.`);
|
||||
console.log(`SSH key in ${sshDirName} has been removed successfully.`);
|
||||
}
|
||||
/**
|
||||
* create ".ssh" directory
|
||||
|
|
|
@ -114,7 +114,7 @@ function cleanup(): void {
|
|||
// remove ".ssh" directory
|
||||
const sshDirName = removeSshDirectory();
|
||||
|
||||
console.log(`SSH keys in ${sshDirName} has been removed successfully.`);
|
||||
console.log(`SSH key in ${sshDirName} has been removed successfully.`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue