Skip to content

Commit

Permalink
Fixed variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 7, 2015
1 parent a69ef3e commit 00e855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/deploy.rake
Expand Up @@ -49,7 +49,7 @@ task :deploy do

file_exts.each do |ext|
name = basename + ext
key = prefix + name
key = path_prefix + name
s3.put_object bucket: bucket, key: key, body: File.read(name)

path = url_prefix + key
Expand Down

0 comments on commit 00e855a

Please sign in to comment.