update revision c3a6c336056933aaedbf12520434a95a9ce1ea5c
173N/A#!/usr/bin/env ruby
173N/A#
173N/A# This file was placed here by Ontohub.
173N/A# It makes sure that your pushed commits will be processed properly.
173N/A#
173N/A
173N/Arequire File.expand_path('../../lib/init', __FILE__)
173N/Arequire 'git_update'
173N/A
173N/Akey_id = ENV['KEY_ID']
173N/Arepo_path = `pwd`
173N/Arefs = ARGV
173N/A
173N/AGitUpdate.new(repo_path, key_id, refs).exec
173N/A