Echo the git clone command before running it
This commit is contained in:
parent
51b6d6b8c5
commit
d0e42b602f
|
@ -44,6 +44,7 @@
|
|||
${pkgs.coreutils}/bin/mkdir -p "''${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}"
|
||||
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue