Commit f03c2e4ece96070cd14da2e73f46506e8225ba5b
Committed by
Charles Oliveira
1 parent
673a5042
Branch set to softwarepublico
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
fabfile.py
@@ -25,7 +25,7 @@ DISTRO_CMD = { | @@ -25,7 +25,7 @@ DISTRO_CMD = { | ||
25 | 25 | ||
26 | APP_USER = APP_NAME = VENV_NAME = 'colab' | 26 | APP_USER = APP_NAME = VENV_NAME = 'colab' |
27 | REPO_URL = 'https://github.com/colab-community/colab.git' | 27 | REPO_URL = 'https://github.com/colab-community/colab.git' |
28 | -REPO_BRANCH = 'master' | 28 | +REPO_BRANCH = 'softwarepublico' |
29 | 29 | ||
30 | 30 | ||
31 | environments = { | 31 | environments = { |