git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b8301f..d383517 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Inside that folder, place a file with following content:
```
#!/usr/bin/env sh
-if git remote get-url origin --no-all | grep -P 'lirion.*dotfiles.git' > /dev/null; then
+if git remote get-url origin --no-all | grep -P 'lirion.*dotfiles(.git)?$' > /dev/null; then
install -dvm .git/modules
install -dvm .git/modules/git-prompt
install -dvm .git/modules/git-prompt/info