Commit da45f2fc authored by Bruno Pinto's avatar Bruno Pinto

fixing bundler plugin which was creating a file named '-'

parent e66ce57d
......@@ -2,7 +2,7 @@
## Functions
function _bundler-installed
which bundle >- ^&1
which bundle >/dev/null ^&1
end
function _within-bundled-project
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment