Small change to git pull command

This commit is contained in:
Dennis Potter 2018-05-19 13:52:58 +02:00
parent b63104992b
commit f947abe3d1
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ git pull origin master
```
Again, to make sure the environment stays up to date, set
```bash
(cd ~/.config/nvim && git pull)
(cd ~/.config/nvim && git pull origin master)
```
in a crontab.