mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Switch to single quotes in 'publish-and-search' selftest
This commit is contained in:
@@ -45,7 +45,7 @@ selftest.define("publish-and-search",
|
||||
// set a github URL in the package
|
||||
var packageJsContents = s.read("package.js");
|
||||
var newPackageJsContents = packageJsContents.replace(
|
||||
/git: \".*\"/, "git: \"" + githubUrl + "\"");
|
||||
/git: \'.*\'/, "git: \'" + githubUrl + "\'");
|
||||
s.write("package.js", newPackageJsContents);
|
||||
|
||||
run = s.run("publish");
|
||||
|
||||
Reference in New Issue
Block a user