Skip to content

Commit 3b526ea

Browse files
authored
fix missing dot symbol
1 parent 8ef0a2d commit 3b526ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-configuration-repository-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ git clone https://username:password@{name}.scm.azure-api.net/
9494
If this provides an error, try URL encoding the password portion of the command. One quick way to do this is to open Visual Studio, and issue the following command in the **Immediate Window**. To open the **Immediate Window**, open any solution or project in Visual Studio (or create a new empty console application), and choose **Windows**, **Immediate** from the **Debug** menu.
9595

9696
```
97-
?System.NetWebUtility.UrlEncode("password from the Azure portal")
97+
?System.Net.WebUtility.UrlEncode("password from the Azure portal")
9898
```
9999

100100
Use the encoded password along with your user name and repository location to construct the git command.

0 commit comments

Comments
 (0)