Skip to content

Commit 87b230b

Browse files
author
Alexander (Sasha) Nosov
committed
2 parents e7dcfad + 976d126 commit 87b230b

File tree

1 file changed

+2
-2
lines changed
  • samples/manage/azure-arc-enabled-sql-server/modify-license-type

1 file changed

+2
-2
lines changed

samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This option is recommended because Cloud shell has the Azure PowerShell modules
8484
1. Run the script.
8585

8686
```console
87-
.//modify-license-type.ps1 -LicenseType Paid
87+
./modify-license-type.ps1 -LicenseType Paid
8888
```
8989

9090
> [!NOTE]
@@ -125,5 +125,5 @@ Use the following steps to run the script in a PowerShell session on your PC.
125125
1. Run the script using the desired scope.
126126

127127
```console
128-
.//modify-license-type.ps1 -LicenseType Paid
128+
.\modify-license-type.ps1 -LicenseType Paid
129129
```

0 commit comments

Comments
 (0)