Closed (fixed)
Project:
Git Deploy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2011 at 02:57 UTC
Updated:
6 Apr 2020 at 05:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
likewhoa commentedconfirmed here d6 dev
EDIT: seems to only be triggered with latest dev libraries module.
EDIT: still running into this with stable libraries so it's something with git_deploy or another module.
Comment #2
gregglesWorkaround: The problem is solved once you've run the update.module check for module versions.
Comment #3
gregglesSomething like this.
Comment #4
Freso commentedDid you omit the
t()in the message function on purpose?Comment #5
gregglesNo, that was just a quick patch to give an idea. break; doesn't even work there, it should be return or something.
Comment #7
darren oh