Echo the git clone command before running it
This commit is contained in:
parent
51b6d6b8c5
commit
d0e42b602f
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
${pkgs.coreutils}/bin/mkdir -p "''${user_path}"
|
${pkgs.coreutils}/bin/mkdir -p "''${user_path}"
|
||||||
pushd "''${user_path}"
|
pushd "''${user_path}"
|
||||||
|
|
||||||
|
echo ${pkgs.git}/bin/git bare-clone "''${repo_url}" "''${repo_name}"
|
||||||
${pkgs.git}/bin/git bare-clone "''${repo_url}" "''${repo_name}"
|
${pkgs.git}/bin/git bare-clone "''${repo_url}" "''${repo_name}"
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue