diff options
author | Milan Curcic <caomaco@gmail.com> | 2021-05-24 12:02:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 12:02:30 -0400 |
commit | c0a2d9803892b160f2e5022ba4fab3e99dab716a (patch) | |
tree | 2e7573b53808aaf7bf97ef4d51227e44bd131c84 /manifest-reference.md | |
parent | 7704c0063b70d2a8a0fbcb351dc470886f5802dc (diff) | |
parent | d49ae3c5582b85113770bbc52e104063bf960d20 (diff) | |
download | fpm-c0a2d9803892b160f2e5022ba4fab3e99dab716a.tar.gz fpm-c0a2d9803892b160f2e5022ba4fab3e99dab716a.zip |
Merge pull request #423 from awvwgk/default-branch
Use default instead of master to reference the repository HEAD
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 77ee2eb..cd79b0b 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -429,7 +429,7 @@ To use a specific upstream branch declare the *branch* name with ```toml [dependencies] -toml-f = { git = "https://github.com/toml-f/toml-f", branch = "master" } +toml-f = { git = "https://github.com/toml-f/toml-f", branch = "main" } ``` Alternatively, reference tags by using the *tag* entry |