Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Fix manifest fingerprint hash in basic test #48

Merged
merged 1 commit into from
Feb 10, 2018
Merged

Fix manifest fingerprint hash in basic test #48

merged 1 commit into from
Feb 10, 2018

Conversation

acostalima
Copy link
Contributor

The basic test is not passing when generating the fingerprint hash for manifest.json.
This PR addresses an issue where the hash length when limited to the generated hash length, the resulting manifest file name would become manifest..json. Further, the regex for [hash:limit] substitution now only allows a limit between 1 and 32. This was also a problem because the limit could be greater than 32, which would exceed the maximum generated hash length.

@acostalima acostalima mentioned this pull request Feb 8, 2018
1 task
@acostalima acostalima changed the title Fix fingerprint hash in basic test Fix manifest fingerprint hash in basic test Feb 8, 2018
@arthurbergmz arthurbergmz merged commit c34af90 into arthurbergmz:master Feb 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants