Kaydet (Commit) 8418eeb7 authored tarafından Michael Meeks's avatar Michael Meeks

'g' tool: fix silly error in --set-last-working

üst c17aeee2
......@@ -246,7 +246,7 @@ for REPO in $DIRS ; do
elif [ -d "$DIR" -a "z$SET_LAST_WORKING" != "z" ]; then
echo "fetching notes for $REPO ..."
(cd $DIR && git fetch origin 'refs/notes/*:refs/notes/*')
(cd $DIR && git note add -m 'win32 working build')
(cd $DIR && git notes add -m 'win32 working build')
elif [ -d "$DIR" -a "z$PUSH_NOTES" != "z" ]; then
echo "pushing notes for $REPO ..."
(cd $DIR && git push origin 'refs/notes/*:refs/notes/*')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment