Skip to content

Commit 255e69e

Browse files
yyx990803kazupon
authored andcommitted
fix update script
1 parent 1055606 commit 255e69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var fs = require('fs')
22
var version = require('../vue/package.json').version
33
var themeconfPath = 'themes/vue/_config.yml'
4-
var installPath = 'source/guide/installation.md'
4+
var installPath = 'src/guide/installation.md'
55
var themeconfig = fs.readFileSync(themeconfPath, 'utf-8')
66
var installation = fs.readFileSync(installPath, 'utf-8')
77

0 commit comments

Comments
 (0)