Skip to content

Commit

Permalink
Fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Mar 30, 2023
1 parent ffe1f72 commit 8c3aa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sed -i "s/Stable tag: .*/Stable tag: "$VERSION"/" readme.txt

# Update the deploy time in the remote update manifest file.
# "last_updated" : "2023-03-30 00:00:00",
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 comments on commit 8c3aa93

Please sign in to comment.