doctl: Remove pre_install (#505)

The pre_install script used to rename "doctl" to "doctl.exe", but this isn't necessary since https://github.com/digitalocean/doctl/releases/tag/v1.30.0, and will produce an error
This commit is contained in:
Pedro Cunha 2019-10-23 08:32:46 +01:00 committed by Jakub Čábera
parent 31229efc06
commit dc3fe6ecbe

View File

@ -13,7 +13,6 @@
"hash": "d16aea8e28c2575a382799dfd23c0a80e55ec5d21844db253b40696a4d5931b6" "hash": "d16aea8e28c2575a382799dfd23c0a80e55ec5d21844db253b40696a4d5931b6"
} }
}, },
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",
"bin": "doctl.exe", "bin": "doctl.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {