Skip to content

Commit 50b51f1

Browse files
committed
updated format
1 parent 5a4ae46 commit 50b51f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/self-hosted-integration-runtime-automation-scripts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: nabhishek
1010
ms.author: abnarain
1111
manager: anandsub
1212
ms.custom: seo-lt-2019
13-
ms.date: 04/17/2020
13+
ms.date: 04/21/2020
1414
---
1515

1616
# Automating self-hosted integration runtime installation using local PowerShell scripts
@@ -67,12 +67,12 @@ This script is used to update/install + register latest self-hosted integration
6767
* upgrade it
6868

6969
You can follow below command-line example to use this script:
70-
1. Download and install latest gateway:
70+
* Download and install latest gateway:
7171

7272
```powershell
7373
PS C:\windows\system32> C:\Users\username\Desktop\script-update-gateway.ps1
7474
```
75-
2. Download and install gateway of specified version:
75+
* Download and install gateway of specified version:
7676
```powershell
7777
PS C:\windows\system32> C:\Users\username\Desktop\script-update-gateway.ps1 -version 3.13.6942.1
7878
```

0 commit comments

Comments
 (0)