Skip to content

Commit ff81e54

Browse files
committed
fixup! chore(dogfood): update keys
1 parent 3538e78 commit ff81e54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-1021 Bytes
Binary file not shown.

dogfood/update-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl "${curl_flags[@]}" "https://www.postgresql.org/media/keys/ACCC4CF8.asc" |
3737
gpg "${gpg_flags[@]}" --output="postgresql.gpg"
3838

3939
# NodeSource signing key
40-
curl "${curl_flags[@]}" "https://deb.nodesource.com/gpgkey/nodesource.gpg.key" |
40+
curl "${curl_flags[@]}" "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key" |
4141
gpg "${gpg_flags[@]}" --output="nodesource.gpg"
4242

4343
# Yarnpkg signing key

0 commit comments

Comments
 (0)