Skip to content

Commit

Permalink
fix: fix wrong path
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki AKAMINE <[email protected]>
  • Loading branch information
takam5f2 committed Sep 21, 2023
1 parent 865d491 commit 8df5333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_script/release_caret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ROS_RCL_HASH=$(get_hash_from_repository "${ROOT_DIR}"/${ROS_RCL_PATH})

# get hash number from cyclonedds
CYCLONEDDS_PATH="src/eclipse-cyclonedds/${CYCLONEDDS_REPOS}"
CYCLONEDDS_HASH=$(get_hash_from_repository "${ROOT_DIR}"/${CYCLONEDDS_REPOS})
CYCLONEDDS_HASH=$(get_hash_from_repository "${ROOT_DIR}"/${CYCLONEDDS_PATH})

# checkout caret repository.
${DRY_RUN} git checkout -b rc/"${TAG_ID}"
Expand Down

0 comments on commit 8df5333

Please sign in to comment.