Skip to content

Commit

Permalink
Update curl command to use stable branch (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude authored Jul 15, 2020
1 parent 98ac69f commit 5010bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/editor_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ or you can copy the plugin from

```
mkdir -p ~/.vim/pack/python/start/black/plugin
curl https://raw.githubusercontent.com/psf/black/master/plugin/black.vim -o ~/.vim/pack/python/start/black/plugin/black.vim
curl https://raw.githubusercontent.com/psf/black/stable/plugin/black.vim -o ~/.vim/pack/python/start/black/plugin/black.vim
```

Let me know if this requires any changes to work with Vim 8's builtin `packadd`, or
Expand Down

0 comments on commit 5010bb4

Please sign in to comment.