Skip to content

Commit

Permalink
[cli] change default rtw branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
muritane committed Jun 29, 2024
1 parent cce448d commit 88892df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtwcli/rtw_cmds/rtw_cmds/workspace/create_verb.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
DEFAULT_FINAL_IMAGE_NAME_FORMAT = "rtw_{workspace_name}_final"
DEFAULT_CONTAINER_NAME_FORMAT = "{final_image_name}-instance"
DEFAULT_HOSTNAME_FORMAT = "rtw-{workspace_name}-docker"
DEFAULT_RTW_DOCKER_BRANCH = "rtw_ws_create"
DEFAULT_RTW_DOCKER_BRANCH = "master"
DEFAULT_RTW_DOCKER_PATH = os.path.expanduser("~/ros_team_workspace")
DEFAULT_UPSTREAM_WS_NAME_FORMAT = "{workspace_name}_upstream"
DEFAULT_WS_REPOS_FILE_FORMAT = "{repo_name}.{ros_distro}.repos"
Expand Down

0 comments on commit 88892df

Please sign in to comment.