Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit a1755b7

Browse files
authored
Fixing missing bracket.
1 parent 26829ff commit a1755b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mssqltoolsservice/buildwheels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'OSX_10_11_64': DOWNLOAD_URL_BASE + 'Microsoft.SqlTools.ServiceLayer-osx-x64-netcoreapp2.0.tar.gz',
2727
'Windows_7_64': DOWNLOAD_URL_BASE + 'Microsoft.SqlTools.ServiceLayer-win-x64-netcoreapp2.0.zip',
2828
'Windows_7_86': DOWNLOAD_URL_BASE + 'Microsoft.SqlTools.ServiceLayer-win-x86-netcoreapp2.0.zip'
29+
}
2930

3031

3132
CURRENT_DIRECTORY = os.path.abspath(os.path.join(os.path.abspath(__file__), '..'))

0 commit comments

Comments
 (0)