Browse Source

fix: rbenv: I need to find a proper way to test changes...

Peter Hoeg 13 years ago
parent
commit
31cddcd324
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/rbenv/rbenv.plugin.zsh

+ 1 - 1
plugins/rbenv/rbenv.plugin.zsh

@@ -14,7 +14,7 @@ for rbenvdir in "$HOME/.rbenv" "/usr/local/rbenv" "/opt/rbenv" ; do
     }
 
     function current_gemset() {
-      echo "$(rbenv gemset active 2&>/dev/null | sed -e ":a" -e '$ s/\n/+/gp;N;b a') | head -n1"
+      echo "$(rbenv gemset active 2&>/dev/null | sed -e ":a" -e '$ s/\n/+/gp;N;b a' | head -n1)"
     }
 
     function gems {