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