Skip to content

Commit ee6b2c4

Browse files
authored
Fix the wget url option (#333)
1 parent 794ff37 commit ee6b2c4

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)