Skip to content

Commit 75873a9

Browse files
authored
Merge pull request #1569 from drichardson/fix-curl
Use -L option in curl command to follow redirect
2 parents 868e861 + 651a5ba commit 75873a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/maintenance.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ First, add a large object to your history:
192192

193193
[source,console]
194194
----
195-
$ curl https://www.kernel.org/pub/software/scm/git/git-2.1.0.tar.gz > git.tgz
195+
$ curl -L https://www.kernel.org/pub/software/scm/git/git-2.1.0.tar.gz > git.tgz
196196
$ git add git.tgz
197197
$ git commit -m 'Add git tarball'
198198
[master 7b30847] Add git tarball

0 commit comments

Comments
 (0)