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 /src | |
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 'src')
-rw-r--r-- | src/fpm/cmd/new.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm/cmd/new.f90 b/src/fpm/cmd/new.f90 index 5149bea..773d7a7 100644 --- a/src/fpm/cmd/new.f90 +++ b/src/fpm/cmd/new.f90 @@ -347,7 +347,7 @@ character(len=:,kind=tfc),allocatable :: littlefile(:) &' # git repository. ',& &' # ',& &' # You can be specific about which version of a dependency you would ',& - &' # like. By default the latest master master branch is used. You can ',& + &' # like. By default the latest default branch is used. You can ',& &' # optionally specify a branch, a tag or a commit value. ',& &' # ',& &' # So here are several alternates for specifying a remote dependency (you ',& |