Skip to content

Commit

Permalink
Merge pull request #462 from codacy/fix-move-action-get-script
Browse files Browse the repository at this point in the history
TS-504 add -f flag in move command in get.sh
  • Loading branch information
DMarinhoCodacy authored Jul 31, 2023
2 parents 483be90 + 0230959 commit 06c9cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
codacy: codacy/base@10.1.1
codacy: codacy/base@10.2.3

references:
circleci_job: &circleci_job
docker:
- image: circleci/circleci-cli:0.1.5879
- image: circleci/circleci-cli:0.1.28084
working_directory: ~/workdir

default_machine_job: &default_machine_job
Expand Down
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ download() {

download_file "$url"
checksum "$file_name" "$checksum_url"
mv "$file_name" "$output_filename"
mv -f "$file_name" "$output_filename"

cd "$original_folder"
}
Expand Down

0 comments on commit 06c9cc7

Please sign in to comment.