Skip to content

Commit

Permalink
Remove 'FIX ME' in start date for export_gpg_public
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreech committed Nov 20, 2023
1 parent 7260ff3 commit 2c125bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_gpg_public
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cat <<EOF
<td><a href="{{ site.baseurl }}/static/keys/${FULLGPGKEY}.pub">${FULLGPGKEY}</a></td>
<td>FIXME: fingerprint</td>
<td>${SIGNER_NAME} (${VERSION})</td>
<td style='white-space:nowrap'>$(date +%Y-%m-%d) (FIXME: check)</td>
<td style='white-space:nowrap'>$(date +%Y-%m-%d)</td>
<td style='white-space:nowrap'>FIXME: end date</td>
<td style='white-space:nowrap'></td>
<td></td>
Expand Down

0 comments on commit 2c125bd

Please sign in to comment.