Ver Fonte

Fixing quotes in FreeFileSync

Miroslav Abrahám há 5 anos atrás
pai
commit
a58585921d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      bucket/freefilesync.json

+ 1 - 1
bucket/freefilesync.json

@@ -27,7 +27,7 @@
       "Saved"
     ],
     "post_install": [
-      "if (!(test-path \"$dir\\Install.dat\")) { Invoke-WebRequest -Uri 'https://bitbucket.org/kunago/scoop-bucket/raw/master/settings/freefilesync/$version/Install.dat' -OutFile \"$dir\\Install.dat\" }"
+      "if (!(test-path \"$dir\\Install.dat\")) { Invoke-WebRequest -Uri \"https://bitbucket.org/kunago/scoop-bucket/raw/master/settings/freefilesync/$version/Install.dat\" -OutFile \"$dir\\Install.dat\" }"
     ],
     "checkver": {
         "url": "https://freefilesync.org/download.php",