Skip to content

Commit

Permalink
Merge pull request #412 from equinor/fix/incorrect-directory-traversal
Browse files Browse the repository at this point in the history
🐛 corrected directory traversal
  • Loading branch information
Brynjulf authored Jan 31, 2024
2 parents f4590d5 + 7a2b02d commit caf9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/install-deployment-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ then
cd ./client || exit 1
fi

cd ../..
cd ..

printf -- "Downloading client github actions specific to deployment from github to radix...\n"
workflowsList=$(curl -s "https://raw.githubusercontent.com/equinor/amplify-components/main/config/github_actions_deployment_list.txt")
Expand Down

0 comments on commit caf9fcb

Please sign in to comment.