Skip to content

Commit fdf8a83

Browse files
authored
Merge pull request #70 from chai2010/dev
fix metadata gopath
2 parents 12dc008 + 1a650ee commit fdf8a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ hugo /srv/openpitrix.github.io
1313

1414
gopkg /openpitrix https://github.com/openpitrix/openpitrix
1515
gopkg /libconfd https://github.com/openpitrix/libconfd
16+
gopkg /metadata https://github.com/openpitrix/metadata
1617
gopkg /metad https://github.com/openpitrix/metad
1718
gopkg /drone https://github.com/openpitrix/drone
1819
gopkg /logger https://github.com/openpitrix/logger
19-
gopkg /metadata https://github.com/openpitrix/metadata
2020

2121
git {
2222
path /srv/openpitrix.github.io

Caddyfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on startup hugo
1212

1313
gopkg /openpitrix https://github.com/openpitrix/openpitrix
1414
gopkg /libconfd https://github.com/openpitrix/libconfd
15+
gopkg /metadata https://github.com/openpitrix/metadata
1516
gopkg /metad https://github.com/openpitrix/metad
1617
gopkg /drone https://github.com/openpitrix/drone
1718
gopkg /logger https://github.com/openpitrix/logger
18-
gopkg /metadata https://github.com/openpitrix/metadata
1919

0 commit comments

Comments
 (0)