Skip to content

Commit

Permalink
chore(system-update): Use /var instead of /etc
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Nov 2, 2023
1 parent 5111b06 commit 0ce9e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/ublue-update.d/system/00-system-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def check_for_rebase():
return False, ""

# Branch away from the default tag when one is set
branch_file = Path("/etc/ublue-update/branch")
branch_file = Path("/var/ublue-update/branch")
if branch_file.exists():
with branch_file.open() as f:
branch = f.readline()
Expand Down

0 comments on commit 0ce9e37

Please sign in to comment.