There was an error while loading. Please reload this page.
1 parent cd21f04 commit 53db550Copy full SHA for 53db550
hooks/update
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
4
-exec $(dirname $(readlink -f $0))/update.rb "$@"
+$(dirname $(readlink -f $0))/update.rb "$@"
0 commit comments