Skip to content

[utils] Fix hash generated by storage classes

Samuel GAIST requested to merge fix_asset_hash_generation into master

The hash doesn't match what is done in beat/beat.web> resulting in a mismatch when using e.g. beat/beat.cmdline>.

This patch modifies the code so that the returned value follows the same logic as used in beat/beat.web>

Merge request reports