-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix update check for custom repositories #231
Comments
I have a fix for this but my repo is further ahead of this one due to my pending slack integration. I can submit a pull request if the other is approved. |
I just looked at your repo to see the code and noticed that #230 is your first PR, so congrats! A few quick suggestions for saving yourself a lot of aggravation when contributing to projects (from personal experience):
|
Thanks for the tips. I realized my mistake right after I merged into my own master. I'm not quite used to working in forked branches so this is good to know. I reverted my commits, this adds new commits which isn't pretty. If you'd rather I scrap the fork and start over I can. There's not too many changes. |
Currently if AUTOUPDATE='no' and CHECKUPDATE='yes' the script doesn't respect the GIT_OWNER and BRANCHNAME variables while setting the UPSTREAM_GIT_URL. Instead it reverts to the default owner of mrworf and branchname of master.
Move the setter of UPSTREAM_GIT_URL to plexupdate.sh as it relies on config variables.
The text was updated successfully, but these errors were encountered: