Skip to content

Commit 09730f9

Browse files
committed
Remove "you" from deprecation.
1 parent dfae4c5 commit 09730f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sprockets/rails/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def compute_asset_path(path, options = {})
7979
if asset_path = resolve_asset_path(path, debug)
8080
File.join(assets_prefix || "/", legacy_debug_path(asset_path, debug))
8181
else
82-
message = "The asset #{ path.inspect } you are looking for is not present in the asset pipeline."
82+
message = "The asset #{ path.inspect } is not present in the asset pipeline."
8383
raise AssetNotFound, message unless unknown_asset_fallback
8484

8585
if respond_to?(:public_compute_asset_path)

0 commit comments

Comments
 (0)