We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e228a5 commit df1387dCopy full SHA for df1387d
release.sh
@@ -16,7 +16,7 @@ else
16
if [[ $REPLY =~ ^[Yy]$ ]]
17
then
18
npm install @zenfs/archives@latest @zenfs/cloud@latest @zenfs/core@latest @zenfs/dom@latest @zenfs/emscripten@latest
19
- git commit -am "$(echo -e "Updated dependencies:\n$UPDATE")"
+ git commit -am "$(echo -e "Updated dependencies\n$UPDATE")"
20
else
21
echo "Update aborted."
22
exit
0 commit comments