Skip to content
Snippets Groups Projects
Verified Commit 7fa3a89a authored by orestis.malaspin's avatar orestis.malaspin
Browse files

fixed typos

parent f1dc5f76
No related branches found
No related tags found
No related merge requests found
Pipeline #29491 passed
......@@ -26,7 +26,7 @@ For more details: <https://github.com/scop/bash-completion/blob/master/README.md
console.log(`Bash completion successfully written.`)
console.log(`${installInstructions}`)
} catch (error) {
console.log(`Error: ${error}, failed to write ${filename}`)
console.log(`Error: ${error}.`)
}
}
......
......@@ -18,10 +18,10 @@ cp -i ${filename} ~/.config/fish/completions # interactive cp to avoid accident
`
try {
writeFileSync(filename, generateFishCompletion(getRoot(this.command)))
console.log(`Bash completion successfully written.`)
console.log(`Fish completion successfully written.`)
console.log(`${installInstructions}`)
} catch (error) {
console.log(`Error: ${error}, failed to write ${filename}`)
console.log(`Error: ${error}.`)
}
}
......
......@@ -34,7 +34,7 @@ source .bash_completion
console.log(`Bash completion successfully written.`)
console.log(`${installInstructions}`)
} catch (error) {
console.log(`Error: ${error}, failed to write ${filename}`)
console.log(`Error: ${error}`)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment