Skip to content

Commit 00e855a

Browse files
committedDec 7, 2015
Fixed variable name.
1 parent a69ef3e commit 00e855a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rakelib/deploy.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ task :deploy do
4949

5050
file_exts.each do |ext|
5151
name = basename + ext
52-
key = prefix + name
52+
key = path_prefix + name
5353
s3.put_object bucket: bucket, key: key, body: File.read(name)
5454

5555
path = url_prefix + key

0 commit comments

Comments
 (0)
Please sign in to comment.