Skip to content
Snippets Groups Projects
Commit ccb77060 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Fix `vcsh clone`

Forgot to set VCSH_COMMAND after the refactoring
parent a60f8741
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ leave() {
if [ "$1" = 'clone' ]; then
export VCSH_COMMAND="$1"
GIT_REMOTE="$2"
export GIT_REMOTE
VCSH_REPO_NAME="$3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment