diff options
author | digitalcraftsman <[email protected]> | 2017-06-13 19:32:14 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-13 19:32:14 +0200 |
commit | d531d17b3be0b14faf4934611e01ac3289e37835 (patch) | |
tree | f13ebd05a1a9d8bb84bd9c978937ca26b9886e61 /appveyor.yml | |
parent | 9266bf9d4c24592b875a7f6b92f761b4cea40879 (diff) | |
download | hugo-d531d17b3be0b14faf4934611e01ac3289e37835.tar.gz hugo-d531d17b3be0b14faf4934611e01ac3289e37835.zip |
Update clone folder in appveyor.yml due to the org transition
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d55058d45..423a6e416 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ init: - go env # clones and cd's to path -clone_folder: C:\GOPATH\src\github.com\spf13\hugo +clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo install: - gem install asciidoctor |