Commit 0f17a024 authored by Bruno Pinto's avatar Bruno Pinto

Removing final empty space from bundled commands

parent 4996bb18
......@@ -27,6 +27,6 @@ set -l bundled_commands annotate cap capify cucumber foreman guard middleman nan
for cmd in $bundled_commands
if not contains $cmd bundle gem
eval "function $cmd; _run-with-bundler $cmd \$argv; end"
eval "function $cmd; _run-with-bundler $cmd \$argv;end"
end
end
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