Skip to content

Commit c8e78ac

Browse files
committed
correct help50.vsix version number
1 parent f13e2ac commit c8e78ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN npm install --global @vscode/vsce yarn && \
102102
cd help50.vsix && \
103103
npm install && \
104104
vsce package && \
105-
mv help50-1.0.0.vsix /opt/cs50/extensions && \
105+
mv help50-0.0.1.vsix /opt/cs50/extensions && \
106106
cd /tmp && \
107107
rm --force --recursive help50.vsix && \
108108
npm uninstall --global vsce yarn

0 commit comments

Comments
 (0)