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 ffe1f72 commit 8c3aa93Copy full SHA for 8c3aa93
bin/version.sh
@@ -33,4 +33,4 @@ sed -i "s/Stable tag: .*/Stable tag: "$VERSION"/" readme.txt
33
34
# Update the deploy time in the remote update manifest file.
35
# "last_updated" : "2023-03-30 00:00:00",
36
-sed -i '' 's/"last_updated" : .*/"last_updated" : "'"$(date -u +"%Y-%m-%d %T")"'",/' remote-update-assets/manifest.json
+sed -i 's/"last_updated" : .*/"last_updated" : "'"$(date -u +"%Y-%m-%d %T")"'",/' remote-update-assets/manifest.json
0 commit comments