summaryrefslogtreecommitdiff
diff options
authorlenemter <lenemter@gmail.com>2024-07-12 00:30:23 +0900
committerlenemter <lenemter@gmail.com>2024-07-12 00:30:23 +0900
commit4462d80b9a41aab4856b744012f406e3d55e400e (patch)
tree37b05e41c4d31f3050fd8b3ddac46bdc7f714a3a
parent3f83fa9c664891048252bd89e428f0cf00b10a15 (diff)
Bruh
-rw-r--r--data/io.elementary.settings-daemon.system-upgrade.helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/io.elementary.settings-daemon.system-upgrade.helper b/data/io.elementary.settings-daemon.system-upgrade.helper
index 7c5ee07..660dd08 100644
--- a/data/io.elementary.settings-daemon.system-upgrade.helper
+++ b/data/io.elementary.settings-daemon.system-upgrade.helper
@@ -18,7 +18,7 @@ def update_third_party_repository(current, next, repository_file):
if "ppa.launchpad.net/elementary-os" in line:
# FIXME: Remove this when OS 8 stable repo is ready
- line.replace("/stable/", "/daily/")
+ line = line.replace("/stable/", "/daily/")
content.append(line)