Fix mfrb and mfpub

This commit is contained in:
Scott Lahteine
2017-05-05 14:14:13 -05:00
committed by Scott Lahteine
parent 66bedc1a24
commit bef9791ea3
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ git clean -d -f
# Push 'master' to the fork and make a proper PR...
if [[ $BRANCH == "master" ]]; then
if [[ $$FORK == "MarlinFirmware" ]]; then
if [[ $FORK == "MarlinFirmware" ]]; then
# Allow working directly with the main fork
git push -f upstream