Skip to content

Commit

Permalink
fix(dx): turn on gpgcheck for vscode repo (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jul 31, 2023
1 parent d8d4e54 commit d6b0f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dx/etc/yum.repos.d/vscode.repo
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=0
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc

0 comments on commit d6b0f2e

Please sign in to comment.