diff --git a/.bashrc b/.bashrc index 1f3ba54..42125e3 100644 --- a/.bashrc +++ b/.bashrc @@ -247,8 +247,8 @@ next () { } clone42 () { - repo_url="${1}" - folder="${2}" + folder="${1}" + repo_url="${2}" \unset -f norminette git clone --quiet "${repo_url}" ${folder}