Fixes incorrect test merge feedback (#37899)

* Fixes incorrect test merge feedback

* The guy who updated the tgs api is an idiot
This commit is contained in:
Jordan Brown
2018-05-17 13:55:22 -04:00
committed by yogstation13-bot
parent 9b59c55bb4
commit 3b645031b0

View File

@@ -23,8 +23,8 @@
if(line)
var/datum/tgs_revision_information/test_merge/tm = line
var/tmcommit = tm.commit
log_world("Test merge active of PR #[line] commit [tmcommit]")
SSblackbox.record_feedback("nested tally", "testmerged_prs", 1, list("[line]", "[tmcommit]"))
log_world("Test merge active of PR #[tm.number] commit [tmcommit]")
SSblackbox.record_feedback("nested tally", "testmerged_prs", 1, list("[tm.number]", "[tmcommit]"))
if(originmastercommit)
log_world("Based off origin/master commit [originmastercommit]")
else if(originmastercommit)