Skip to content
Snippets Groups Projects
Commit 48a639cc authored by Augie Fackler's avatar Augie Fackler
Browse files

git-daemon is really git daemon now.

parent 578d1ebb
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
# dulwich does not presently support local git repos, workaround
cd ..
git-daemon --base-path="$(pwd)"\
git daemon --base-path="$(pwd)"\
--listen=127.0.0.1\
--export-all\
--pid-file=gitdaemon.pid \
......
......@@ -39,7 +39,7 @@
# dulwich does not presently support local git repos, workaround
cd ..
git-daemon --base-path="$(pwd)"\
git daemon --base-path="$(pwd)"\
--listen=127.0.0.1\
--export-all\
--pid-file=gitdaemon.pid \
......
......@@ -38,7 +38,7 @@
# dulwich does not presently support local git repos, workaround
cd ..
git-daemon --base-path="$(pwd)"\
git daemon --base-path="$(pwd)"\
--listen=127.0.0.1\
--export-all\
--pid-file=gitdaemon.pid \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment