chore: set default branch to master

This commit is contained in:
Tienson Qin
2020-11-10 09:40:50 +08:00
parent 5cc19962e9
commit 5df9d004f4

View File

@@ -38,7 +38,7 @@
(rum/defcs add-repo <
(rum/local "" ::repo)
(rum/local "" ::branch)
(rum/local "master" ::branch)
[state]
(let [repo (get state ::repo)
branch (get state ::branch)]