Skip to content

Commit 9c4c634

Browse files
committed
xud use pi branch
1 parent e25ffd6 commit 9c4c634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/xud/src.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def get_build_args(self, version):
1414
def get_ref(self, version):
1515
if version == "latest":
1616
# change "master" to a another xud branch for testing
17-
return "temp-yy"
17+
return "pi"
1818
else:
1919
return "v" + version

0 commit comments

Comments
 (0)