Skip to content

Commit

Permalink
CentOS builds are broken (#12)
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
Eric Schrock authored and Derek Smart committed Sep 10, 2019
1 parent 2c38f0c commit f7d1873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
function build() {
local centos_release
if [[ -f /config/centos-release ]]
if [[ -f /config/centos-release ]]; then
centos_release=$(cat /config/centos-release)
else
centos_release=$(nsenter -t 1 -m cat /etc/centos-release)
Expand Down

0 comments on commit f7d1873

Please sign in to comment.