forked from toolshed/abra
		
	Fixed typo in abra ac bash output
This commit is contained in:
		@ -77,9 +77,9 @@ Supported shells are as follows:
 | 
				
			|||||||
		case "bash":
 | 
							case "bash":
 | 
				
			||||||
			fmt.Println(fmt.Sprintf(`
 | 
								fmt.Println(fmt.Sprintf(`
 | 
				
			||||||
# Run the following commands to install autocompletion
 | 
					# Run the following commands to install autocompletion
 | 
				
			||||||
sudo mkdir /etc/bash/completion.d/
 | 
					sudo mkdir /etc/bash_completion.d/
 | 
				
			||||||
sudo cp %s /etc/bash_completion.d/abra
 | 
					sudo cp %s /etc/bash_completion.d/abra
 | 
				
			||||||
echo "source /etc/bash/completion.d/abra" >> ~/.bashrc
 | 
					echo "source /etc/bash_completion.d/abra" >> ~/.bashrc
 | 
				
			||||||
# And finally run "abra app ps <hit tab key>" to test things are working, you should see app names listed!
 | 
					# And finally run "abra app ps <hit tab key>" to test things are working, you should see app names listed!
 | 
				
			||||||
`, autocompletionFile))
 | 
					`, autocompletionFile))
 | 
				
			||||||
		case "zsh":
 | 
							case "zsh":
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user