Skip to content

Commit 476af34

Browse files
authored
Missed one occurrence
1 parent 45ce257 commit 476af34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/package-management/r-package-how-to-enable-or-disable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To enable or disable package management on SQL Server, use the command-line util
3636

3737
This command creates instance-level objects on the SQL Server computer that are required for package management. It also restarts the Launchpad for the instance.
3838

39-
If you do not specify an instance, the default instance is used. If you do not specify a user, the current security context is used. For example, the following command enables package management on the instance in the path of RegisterRExt.exe, using the credentials of the user who opened the command prompt:
39+
If you do not specify an instance, the default instance is used. If you do not specify a user, the current security context is used. For example, the following command enables package management on the default instance, using the credentials of the user who opened the command prompt:
4040

4141
`REgisterRExt.exe /install pkgmgmt`
4242

0 commit comments

Comments
 (0)