Remove superfluous comment.

This commit is contained in:
Jorge Bucaran 2016-02-04 01:32:23 +09:00
parent 8104a020da
commit 9542f38a0c
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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