Skip to content

Commit 59e48b3

Browse files
committed
Fix typo.
Signed-off-by: Avi Miller <[email protected]>
1 parent a43199f commit 59e48b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ do_install() {
140140
fi
141141
if [ -z "$lsb_dist" ] && [ -r /etc/fedora-release ]; then
142142
lsb_dist='fedora'
143-
dist_version="$(rpm -q --whatprovides redhat-release --queryformat "%{VERSION\n")"
143+
dist_version="$(rpm -q --whatprovides redhat-release --queryformat "%{VERSION}\n")"
144144
fi
145145
if [ -z "$lsb_dist" ]; then
146146
if [ -r /etc/centos-release ] || [ -r /etc/redhat-release ]; then

0 commit comments

Comments
 (0)