Remove superfluous comment.

This commit is contained in:
Jorge Bucaran 2016-02-04 01:32:23 +09:00 committed by Jorge Bucaran
parent 754b23fe49
commit 5545d35641

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