From 6f6df6e32ad370c980ae6a21cd15190f3151e7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 1 Nov 2016 18:38:14 +0100 Subject: [PATCH] Fix typo in the common script --- common/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 5f9f88ed..925f6f44 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -140,7 +140,7 @@ if [[ -z $NOVIM ]]; then echo "\n" | vim +PluginInstall +qa if [[ -z $NOYCM ]]; then - "Echo configuring YouCompleteMe" + echo "configuring YouCompleteMe" cd ~/.vim/bundle/YouCompleteMe if [[ -z $NOPYTHON3 ]]; then