Skip to content

Commit

Permalink
Merge pull request #466 from codacy/fix-move-action-get-script
Browse files Browse the repository at this point in the history
added flag to move command in get script
  • Loading branch information
DMarinhoCodacy authored Aug 1, 2023
2 parents 4eadbaa + 928684c commit f3c2fdb
Showing 1 changed file with 1 addition and 1 deletion.
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 -n "$file_name" "$output_filename"

cd "$original_folder"
}
Expand Down

0 comments on commit f3c2fdb

Please sign in to comment.