Skip to content
Snippets Groups Projects
Commit aea45f83 authored by michael.minelli's avatar michael.minelli
Browse files

CompletionBashCommand => Bug fix: completion command correction

parent ce0adf70
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ class CompletionBashCommand extends CommanderCommand { ...@@ -10,7 +10,7 @@ class CompletionBashCommand extends CommanderCommand {
private readonly bashrcPath = path.join(os.homedir(), '.bashrc'); private readonly bashrcPath = path.join(os.homedir(), '.bashrc');
private readonly completionCommand = ` private readonly completionCommand = `
# Added by DojoCLI # Added by DojoCLI
source <(dojo completion script bash) eval "$(dojo completion script bash)"
`; `;
protected defineCommand() { protected defineCommand() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment