Skip to content

Commit

Permalink
added flag to move command in get script
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Aug 1, 2023
1 parent c162e37 commit 928684c
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 928684c

Please sign in to comment.