Skip to content

Commit

Permalink
Change branch in cli_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
pencinarsanz-atos committed Nov 3, 2021
1 parent 674ddf0 commit 3cd1e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evolved5g/cli_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):
self.url_token = "https://epg-api.tid.es/api/auth"
self.username_token = "usu_Evolved5g"
self.password_token = "evolved5g"
self.branch = "nginx-unprivileged"
self.branch = "evolved5g"
self.header = { "content-Type":"application/json", "accept": "application/json", "Authorization": None }

def generate(self, no_input, repo_name, package_name, template):
Expand Down

0 comments on commit 3cd1e8b

Please sign in to comment.