Skip to content

Commit 1b76359

Browse files
committed
Auto-sync test
1 parent c8fadda commit 1b76359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss-to-css/node.js/utils/bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ sed -i -E "s|(cdn\.jsdelivr\.net\/gh\/[^/]+\/[^@/\"']+)[^/\"']*|\1@$BUMP_HASH|g"
6969
new_file=$(<dist/cli.min.js)
7070
if [[ "$old_file" != "$new_file" ]]
7171
then echo -e "${BW}$BUMP_HASH${NC}"
72-
else echo "No jsDelivr URLs for GH assets found in built files"
72+
else echo "No jsDelivr URLs for GH assets found in built files."
7373
fi
7474

7575
# Commit build to Git

0 commit comments

Comments
 (0)