Skip to content

Commit 2486791

Browse files
committed
remove template from update script path
The update script is not part of the template directory, but from the root directory.
1 parent 4228ba0 commit 2486791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Then, you can update any repository by running this in the working tree of your
3232
repository :
3333

3434
```sh
35-
$(git config --path --get init.templatedir)/update.sh
35+
$(git config --path --get init.templatedir)/../update.sh
3636
# If your template directory is ~/.git_template/template, this is equivalent to :
37-
~/.git_template/template/update.sh
37+
~/.git_template/update.sh
3838
```
3939

4040
Make sure you have rsync installed.

0 commit comments

Comments
 (0)