Commit 2a0e5ba7 authored by Bruno Pinto's avatar Bruno Pinto

Remove unused `util_fork_repo` function.

parent ef4d4aff
function omf.util_fork_repo -a user repo
curl -u "$user" --fail --silent https://api.github.com/repos/$repo/forks \
-d "{\"user\":\"$user\"}" >/dev/null ^&1
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