From c4b2443283d1c8a30cff509c98fa31fedd8ad2e8 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Tue, 12 Nov 2019 15:50:31 -0700 Subject: [PATCH] Fix typo. --- All/Sign Using OV Cert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/All/Sign Using OV Cert.md b/All/Sign Using OV Cert.md index 718358c..c628f52 100644 --- a/All/Sign Using OV Cert.md +++ b/All/Sign Using OV Cert.md @@ -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 # 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: go generate