Skip to content

Commit

Permalink
Merge pull request harness#1285 from wolfgang42/docs-powershell-shasum
Browse files Browse the repository at this point in the history
PowerShell SHA256 command now emits lowercase
  • Loading branch information
bradrydzewski committed Oct 30, 2015
2 parents bc5ec51 + 098e791 commit 0293f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ f63561783e550ccd21663d13eaf6a4d252d84147 .drone.yml
Generate a checksum on Windows with powershell:

```
$ Get-FileHash .\.drone.yml -Algorithm SHA256
$ (Get-FileHash .\.drone.yml -Algorithm SHA256).Hash.ToLower()
```

0 comments on commit 0293f49

Please sign in to comment.