diff --git a/developer/bin/cask-switch-https b/developer/bin/cask-switch-https index 8b8c57e4b7..e24c1ec9ac 100755 --- a/developer/bin/cask-switch-https +++ b/developer/bin/cask-switch-https @@ -131,7 +131,7 @@ if [[ -z "$1" ]]; then for file in *.rb; do - ${program} ${options} ${file} + "$0" ${options} ${file} done exit 0