diff --git a/utils/bin/start b/utils/bin/start index 6374dd9..93cb968 100644 --- a/utils/bin/start +++ b/utils/bin/start @@ -61,8 +61,8 @@ while getopts ":wh" arg; do done if [ "$WSL_SSH_AGENT" = true ]; then - start_with_wsl_agent + start_with_wsl_agent "$@" else - start_with_windows_agent + start_with_windows_agent "$@" fi