Unverified Commit 11a19f6a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Remove unnecessary operation (#1534)

parent 54450110
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -135,7 +135,6 @@ startInstall() {
    if [[ "${VERSION,,}" == "http"* ]]; then

      file=$(basename "${VERSION%%\?*}")
      file="${file//+/ }"
      printf -v file '%b' "${file//%/\\x}"
      file="${file//[!A-Za-z0-9._-]/_}"