Skip to content

Commit

Permalink
revert flag -f in move command
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Jul 31, 2023
1 parent c890f99 commit c162e37
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 -f "$file_name" "$output_filename"
mv "$file_name" "$output_filename"

cd "$original_folder"
}
Expand Down

0 comments on commit c162e37

Please sign in to comment.