Skip to content

Commit 8c3aa93

Browse files
committed
Fix sed command
1 parent ffe1f72 commit 8c3aa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ sed -i "s/Stable tag: .*/Stable tag: "$VERSION"/" readme.txt
3333

3434
# Update the deploy time in the remote update manifest file.
3535
# "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
36+
sed -i 's/"last_updated" : .*/"last_updated" : "'"$(date -u +"%Y-%m-%d %T")"'",/' remote-update-assets/manifest.json

0 commit comments

Comments
 (0)