Skip to content

Commit 61bbb8b

Browse files
authored
Change how this repo is being referenced (#3846)
* Change how this repo is being referenced * Fix missing git
1 parent 2181d98 commit 61bbb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ado/azure-pipelines.publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extends:
7373
- script: |
7474
git config user.name "UI-Fabric-RN-Bot"
7575
git config user.email "[email protected]"
76-
git remote set-url origin https://$(githubUser):$(githubPAT)@github.com/microsoft/ui-fabric-react-native.git
76+
git remote set-url origin https://$(githubUser):$(githubPAT)@github.com/microsoft/fluentui-react-native.git
7777
displayName: Git Authentication
7878
7979
- script: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "index.js",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/Microsoft/ui-fabric-react-native.git"
12+
"url": "https://github.com/microsoft/fluentui-react-native.git"
1313
},
1414
"scripts": {
1515
"build": "lage build",

0 commit comments

Comments
 (0)