Skip to content

Commit

Permalink
remove unneeded backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
froger-me committed Jan 11, 2024
1 parent 61a60b2 commit 23563b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/dummy-generic/wppus.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"server": "https:\/\/server.domain.tld\/",
"server": "https://server.domain.tld/",
"requireLicense": true,
"packageData": {
"Name": "Dummy Generic Package",
"Version": "1.4.14",
"Homepage": "https:\/\/froger.me\/",
"Homepage": "https://froger.me/",
"Author": "Alexandre Froger",
"AuthorURI": "https:\/\/froger.me\/",
"AuthorURI": "https://froger.me/",
"Description": "Empty generic package to demonstrate the WP Package Updater."
}
}

0 comments on commit 23563b8

Please sign in to comment.