aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 89cf4ef7..0a6044b1 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -182,7 +182,7 @@ prompt() {
branch=${branch#branches/}
branch=${branch%%/*}
- # Parse the output of svn info to determine working copy state
+ # Parse the output of svn status to determine working copy state
local symbol modified untracked
while read -r symbol _; do
if [[ $symbol == *'?'* ]]; then