mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
This commit is contained in:
parent
a43199f143
commit
59e48b3468
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ do_install() {
|
|||
fi
|
||||
if [ -z "$lsb_dist" ] && [ -r /etc/fedora-release ]; then
|
||||
lsb_dist='fedora'
|
||||
dist_version="$(rpm -q --whatprovides redhat-release --queryformat "%{VERSION\n")"
|
||||
dist_version="$(rpm -q --whatprovides redhat-release --queryformat "%{VERSION}\n")"
|
||||
fi
|
||||
if [ -z "$lsb_dist" ]; then
|
||||
if [ -r /etc/centos-release ] || [ -r /etc/redhat-release ]; then
|
||||
|
|
Loading…
Reference in a new issue