aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2023-03-04 01:24:22 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2023-03-04 01:24:22 +0530
commitbfc861a91ee65c9b0ac169754f512e052c6827cf (patch)
tree29fe83d56cc6c4e066111d5210fc622764a6defe /devscripts
parentfe2ce85aff0aa03735fc0152bb8cb9c3d4ef0753 (diff)
downloadhypervideo-pre-bfc861a91ee65c9b0ac169754f512e052c6827cf.tar.lz
hypervideo-pre-bfc861a91ee65c9b0ac169754f512e052c6827cf.tar.xz
hypervideo-pre-bfc861a91ee65c9b0ac169754f512e052c6827cf.zip
Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/update-version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/update-version.py b/devscripts/update-version.py
index 00c2d54cf..60ebcff62 100644
--- a/devscripts/update-version.py
+++ b/devscripts/update-version.py
@@ -46,7 +46,7 @@ VARIANT = None
UPDATE_HINT = None
-CHANNEL = "{channel!r}"
+CHANNEL = {channel!r}
'''
if __name__ == '__main__':