aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-04-02 10:57:01 +0200
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-04-02 10:57:01 +0200
commitd49ae3c5582b85113770bbc52e104063bf960d20 (patch)
tree8585a3a00f94930e2104bb19dd9ca3092b7dbe86 /src
parentd9dc9f2ae5f196c15a7d35cddabc805c40ff86ce (diff)
downloadfpm-d49ae3c5582b85113770bbc52e104063bf960d20.tar.gz
fpm-d49ae3c5582b85113770bbc52e104063bf960d20.zip
Use default to 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 ',&