Remove superfluous comment.

This commit is contained in:
Jorge Bucaran 2016-02-04 01:32:23 +09:00
parent d1eac35039
commit 3b73ca1107

View file

@ -1,7 +1,3 @@
function __fisher_plugin_link -a options source target
# Why not simply run `ln args` inside __fisher_plugin_enable?
# We want to provide a hook for future plugins to override core functionality.
ln $options $source $target
end