argumente immer noch nicht richtig geparst

This commit is contained in:
Jörg Thalheim 2013-10-31 20:24:06 +01:00
parent bbce80de72
commit 7e79b64818
1 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,10 @@
require 'xmpp4r'
require 'xmpp4r/muc/helper/simplemucclient'
oldrev = gets.chomp
newrev = gets.chomp
refname = gets.chomp
args = gets.chomp.split(/ /)
oldrev = args[0]
newrev = args[1]
refname = args[2]
user = ENV['GL_USER']
@jabber_id= "git@higgsboson.tk"