Skip to content

Commit b977dfa

Browse files
committed
Update fpm-version-update.yml
1 parent ab67f83 commit b977dfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/fpm-version-update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
# If no timestamp line exists, add it at the top
7171
sed -i "1i\# Formula last updated on $(date +'%Y-%m-%d %H:%M:%S')" Formula/fpm.rb
7272
fi
73-
sed -i "1s|^|# Formula last updated on $(date +'%Y-%m-%d %H:%M:%S')\n|" Formula/fpm.rb
7473
sed -i "s|url \".*\"|url \"https://github.com/fortran-lang/fpm/releases/download/${LATEST_VERSION_V}/fpm-${LATEST_VERSION}.zip\"|" Formula/fpm.rb
7574
sed -i "s|sha256 \".*\"|sha256 \"${SHA256}\"|" Formula/fpm.rb
7675

0 commit comments

Comments
 (0)