Skip to content

Commit

Permalink
! Fix variable name in not auto tested code
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Aug 16, 2023
1 parent dfca0d5 commit 35bef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asset_sync/storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def upload_file(f)
# as we will overwrite file.css with file.css.gz if it exists.
log "Ignoring: #{f}"
ignore = true
elsif File.exist?(compressed)
elsif File.exist?(compressed_name)
original_size = File.size("#{path}/#{f}")
compressed_size = File.size(compressed_name)

Expand Down

0 comments on commit 35bef65

Please sign in to comment.