We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fadda commit 1b76359Copy full SHA for 1b76359
scss-to-css/node.js/utils/bump.sh
@@ -69,7 +69,7 @@ sed -i -E "s|(cdn\.jsdelivr\.net\/gh\/[^/]+\/[^@/\"']+)[^/\"']*|\1@$BUMP_HASH|g"
69
new_file=$(<dist/cli.min.js)
70
if [[ "$old_file" != "$new_file" ]]
71
then echo -e "${BW}$BUMP_HASH${NC}"
72
- else echo "No jsDelivr URLs for GH assets found in built files"
+ else echo "No jsDelivr URLs for GH assets found in built files."
73
fi
74
75
# Commit build to Git
0 commit comments