Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 18, 2023
1 parent 4b90310 commit c192af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/start_relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ echo $PWD

# Correct path
search_strings=(
"export IBC_RELAY=\$GITHUB_WORKSPACE\/.github\/scripts"
"export IBC_INTEGRATION=\$GITHUB_WORKSPACE\/.github\/scripts"
"export ICON_DOCKER_PATH=\$GITHUB_WORKSPACE\/.github\/scripts"
"export WASM_DOCKER_PATH=\$GITHUB_WORKSPACE\/.github\/scripts"
"export IBC_RELAY="
"export IBC_INTEGRATION="
"export ICON_DOCKER_PATH="
"export WASM_DOCKER_PATH="
)

replacement="\$GITHUB_WORKSPACE\/.github\/scripts"
Expand Down

0 comments on commit c192af3

Please sign in to comment.