mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-24 01:07:52 -05:00
6 lines
135 B
Ruby
6 lines
135 B
Ruby
desc "Install git hooks"
|
|
task :hooks do
|
|
FileUtils.symlink '../../script/pre-commit.sh', '.git/hooks/pre-commit',
|
|
force: true
|
|
end
|