Method: GGSM::Hooks#cp_hooks

Defined in:
lib/ggsm/hook/hooks.rb

#cp_hooks(sub) ⇒ Object



41
42
43
44
# File 'lib/ggsm/hook/hooks.rb', line 41

def cp_hooks(sub)
  target_path = ".git/modules/#{sub}/hooks"
  cp_files(target_path)
end