Skip to content

Commit f3991d8

Browse files
committed
Add dist
1 parent 03b36f3 commit f3991d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72953,7 +72953,7 @@ function writeRegistryToFile(registryUrl, fileLocation, alwaysAuth) {
7295372953
const curContents = fs.readFileSync(fileLocation, 'utf8');
7295472954
curContents.split(os.EOL).forEach((line) => {
7295572955
// Add current contents unless they are setting the registry
72956-
if (!line.toLowerCase().startsWith('registry')) {
72956+
if (!line.toLowerCase().startsWith(`${scope}:registry`)) {
7295772957
newContents += line + os.EOL;
7295872958
}
7295972959
});

0 commit comments

Comments
 (0)