Skip to content

Commit

Permalink
correct name for the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway committed Aug 10, 2023
1 parent b37a4be commit 2773893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7048,7 +7048,7 @@ install_photon_git_deps() {
# shellcheck disable=SC2086
__tdnf_install_noinput ${__PACKAGES} || return 1

__PACKAGES="linux-devel"
__PACKAGES="linux-devel.x86_64"
# shellcheck disable=SC2086
__tdnf_upgrade_noinput ${__PACKAGES} || return 1
fi
Expand Down

0 comments on commit 2773893

Please sign in to comment.