Skip to content

Commit 1019e07

Browse files
committed
Fix the wget url option
1 parent a15a20d commit 1019e07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/NavCode.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ export default {
137137
body: JSON.stringify({
138138
code: store.code,
139139
template: store.config.template,
140-
config: store.config
140+
config: store.config,
141+
commit: store.commit
141142
})
142143
})
143144
if (res.ok) {

0 commit comments

Comments
 (0)