aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMilan Curcic <caomaco@gmail.com>2021-05-24 12:02:30 -0400
committerGitHub <noreply@github.com>2021-05-24 12:02:30 -0400
commitc0a2d9803892b160f2e5022ba4fab3e99dab716a (patch)
tree2e7573b53808aaf7bf97ef4d51227e44bd131c84 /src
parent7704c0063b70d2a8a0fbcb351dc470886f5802dc (diff)
parentd49ae3c5582b85113770bbc52e104063bf960d20 (diff)
downloadfpm-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.f902
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 ',&