Skip to content

Commit bbb07f4

Browse files
authored
Merge pull request microsoft#1081 from iclanton/ianc/setting-repository-url
Set the repository.url property in rush.json.
2 parents 2c8a7d4 + a533144 commit bbb07f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
* It specifies the remote url for the official Git repository. If this URL is provided,
169169
* "rush change" will use it to find the right remote to compare against.
170170
*/
171-
// "url": "https://github.com/Microsoft/rush-example"
171+
"url": "https://github.com/Microsoft/web-build-tools.git"
172172
},
173173

174174
/**

0 commit comments

Comments
 (0)