summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-10-16 15:41:20 +0100
committerMichael Allen <michael@michaelallen.io>2015-10-16 15:41:20 +0100
commitf043242a00cc9a178ffa8205462c9cd61ffe36b2 (patch)
treeda1c66d0d26642e54aa5b3783d37e4962435dbc4 /README.md
parenteb29662433b833b3a14ee9e79a7aa8d2a0c253ba (diff)
parentff0bd7c685d124ac184944d0c1eeedf010106189 (diff)
downloadgit-sonar-f043242a00cc9a178ffa8205462c9cd61ffe36b2.tar.gz
git-sonar-f043242a00cc9a178ffa8205462c9cd61ffe36b2.zip
Merge pull request #72 from srstevenson/fish-usage-typo
Add missing character in Fish snippet
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18e5f46..7686edb 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ Add to your `config.fish`
function fish_prompt
set_color $fish_color_cwd
echo -n (prompt_pwd)
- git-radar --fish -fetch
+ git-radar --fish --fetch
set_color normal
echo -n ' > '
end