Skip to content

Commit

Permalink
Change branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed Jun 4, 2024
1 parent 220c9f2 commit 88ff66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/moe/nea/gaybot/Gaybot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import kotlinx.coroutines.flow.onEach

suspend fun main() {
GitService.ensureInitialized()
val masterBranch = "prerelease"
val masterBranch = "master"
GitService.checkoutBranch(masterBranch)
GitService.fetchRepo()
GitService.setHeadTo("origin/$masterBranch")
Expand Down

0 comments on commit 88ff66b

Please sign in to comment.