Fix typo.

This commit is contained in:
Josh Mudge 2019-11-12 15:50:31 -07:00
parent ebf3b7c0d0
commit c4b2443283
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Download `server.go` by running the following in a command prompt:
powershell -Command Invoke-WebRequest -OutFile server.go https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/server.go powershell -Command Invoke-WebRequest -OutFile server.go https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/server.go
# Download a pre-made config file for goversioninfo: # Download a pre-made config file for goversioninfo:
powershell -Command Invoke-WebRequest -OutFile server.go https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/versioninfo.json powershell -Command Invoke-WebRequest -OutFile versioninfo.json https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/versioninfo.json
# Then generate the configuration by running the following in a command prompt: # Then generate the configuration by running the following in a command prompt:
go generate go generate