Skip to content

Commit

Permalink
remove the pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 25, 2024
1 parent 2d20699 commit 445ddcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bats/prepare-wp-upstreams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ for project in "${projects[@]}"; do

# Change directory to the project path.
cd "${working_copy_path}" || { echo "Failed to change directory to ${working_copy_path}"; exit 1; }
pwd

# Fiddle with the repo URL.
repo_ssh_url=$(yq e ".projects.${project}.repo" "${config}")
Expand Down

0 comments on commit 445ddcb

Please sign in to comment.