浏览代码

Remove the white space

The white space is causing an error and bundler cannot find any commands!
Dennis Hägler 5 年之前
父节点
当前提交
a52a5fb1f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/bundler/bundler.plugin.zsh

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

@@ -1,4 +1,4 @@
-alias be="bundle exec "
+alias be="bundle exec"
 alias bl="bundle list"
 alias bp="bundle package"
 alias bo="bundle open"