Skip to content

Commit

Permalink
patching last references to master in the repo! (#21339)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Oct 22, 2021
1 parent e85e46d commit 7ea56ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def read_config(sdk_git_folder, config_file):
return json.loads(config_fd.read())


def read_config_from_github(sdk_id, branch="master", gh_token=None):
def read_config_from_github(sdk_id, branch="main", gh_token=None):
raw_link = str(get_configuration_github_path(sdk_id, branch))
_LOGGER.debug("Will try to download: %s", raw_link)
_LOGGER.debug("Token is defined: %s", gh_token is not None)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def generate_sdk_from_git_object(
sdk_git_id,
base_branch_names,
*,
fallback_base_branch_name="master",
fallback_base_branch_name="main",
sdk_tag=None,
):
"""Generate SDK from a commit or a PR object.
Expand Down

0 comments on commit 7ea56ae

Please sign in to comment.