lib/jets/stack/function.rb in jets-1.6.1 vs lib/jets/stack/function.rb in jets-1.6.2
- old
+ new
@@ -38,10 +38,10 @@
def search_expression
attributes = @template.values.first
handler = attributes['Properties']['Handler']
search_expression = handler.split('.')[0..-2].join('.') + '.*'
- search_expression.sub('handlers/shared/', "#{Jets.root}app/shared/")
+ search_expression.sub('handlers/shared/', "#{Jets.root}/app/shared/")
end
# Relative path
# app/shared/functions/kevin.py => handlers/shared/functions/kevin.py
def handler_dest
\ No newline at end of file