Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Johnson committed Jul 17, 2019
1 parent 35dacd1 commit 9ed0b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feature/secret/exposedSecrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ExposedSecrets: Feature = {
type: ExposedSecretsType,
name: ExposedSecretsType,
data,
sha: sha256(data),
sha: sha256(JSON.stringify(data)),
};
});
},
Expand Down

0 comments on commit 9ed0b88

Please sign in to comment.