Skip to content

Commit

Permalink
Use shared-database-obsolete branch, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Apr 30, 2020
1 parent d5836ff commit 6510677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def upgrade(cls):
CLI.colored_print("KoBoToolbox has been upgraded", CLI.COLOR_SUCCESS)

# update itself
git_command = ["git", "pull", "origin", "master"]
git_command = ["git", "pull", "origin", "shared-database-obsolete"]
CLI.run_command(git_command)
CLI.colored_print("KoBoInstall has been upgraded", CLI.COLOR_SUCCESS)

Expand Down
2 changes: 1 addition & 1 deletion helpers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Setup:

KOBO_DOCKER_BRANCH = "master"
KOBO_DOCKER_BRANCH = "shared-database-obsolete"

@classmethod
def run(cls, config):
Expand Down

0 comments on commit 6510677

Please sign in to comment.