Skip to content

Commit 6c0ed3f

Browse files
Just a quick test for deployments (#101)
Signed-off-by: Rob Sewell <mrrobsewell@outlook.com>
1 parent 678f91d commit 6c0ed3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Public/Get-SHA256.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
function Get-Sha256 ($string) {
3-
<#
3+
<#
44
.SYNOPSIS
55
Calculates the SHA256 hash of a string.
66
@@ -34,4 +34,4 @@ The function creates a new SHA256CryptoServiceProvider object, converts the stri
3434

3535
# Return the resulting hash.
3636
return $result
37-
}
37+
}

0 commit comments

Comments
 (0)