Skip to content

Commit 3008efd

Browse files
authored
[UPDATE] Updated the REPO_URL in sidefxedu.py.
1 parent d825720 commit 3008efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/python/sidefxedu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
########################################################################################################################
2424
# GLOBAL VARIABLES #####################################################################################################
2525

26-
REPO_URL = 'https://raw.githubusercontent.com/sideeffects/SideFXEDU/Experimental/releases/releases.json'
26+
REPO_URL = 'https://raw.githubusercontent.com/sideeffects/SideFXEDU/refs/heads/Development/releases/releases.json'
2727

2828
# store the major and minor version of Houdini (aka XX.YY)
2929
APP_VERSION = ".".join(map(str, hou.applicationVersion()[:2]))
@@ -535,4 +535,4 @@ def main(argv):
535535
pass
536536

537537
if __name__ == "__main__":
538-
main(sys.argv[1:])
538+
main(sys.argv[1:])

0 commit comments

Comments
 (0)