Skip to content

Commit fb0ed22

Browse files
committed
Updating install section of rpm.
1 parent 5d86c87 commit fb0ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/rpm/mssql-cli.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export CUSTOM_PIP=%{python_dir}/bin/pip3
6969
%install
7070
# Install mssql-cli
7171
dist_dir=%{repo_path}/dist
72-
all_modules=`find $dist_dir -name "*.whl"`
72+
all_modules=`find $dist_dir -name "mssql_cli-%{version}-py2.py3-none-manylinux1_x86_64.whl"`
7373
%{python_dir}/bin/pip3 install $all_modules
7474

7575
# Create executable

0 commit comments

Comments
 (0)