Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 70e6334

Browse files
committed
Changed echo with println 🚀
1 parent c72128f commit 70e6334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
# Update include file of packgae.json version
4-
echo -n $npm_package_version > _includes/version.txt
4+
printf $npm_package_version > _includes/version.txt
55

66
# Add all files modified (not only package.json)
77
git add .

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
importScripts('/cache-polyfill.js');
44

5-
const siteCacheName = 'chicioCodingCache{%-- include version.txt %}';
5+
const siteCacheName = 'chicioCodingCache{% include version.txt %}';
66
const dependenciesUrls = [
77
"/favicon.ico",
88
{% include service-worker-home-urls.js %}

0 commit comments

Comments
 (0)