From dce385257e43f79e6630ffd330f05be9cc831445 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 14 Aug 2012 14:21:30 +0200 Subject: [PATCH] typo --- bash/git_prompt_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/git_prompt_info b/bash/git_prompt_info index 4a53c70..22c58d9 100644 --- a/bash/git_prompt_info +++ b/bash/git_prompt_info @@ -137,7 +137,7 @@ __git_ps1_vars() { # staged files git diff-index --cached --quiet --ignore-submodules HEAD -- || staged=1 else - # no current commit, we're a freshlt init'd repo + # no current commit, we're a freshly init'd repo new=1 fi fi