Update cloudflare.js

This commit is contained in:
Namhyeon Go 2020-07-25 18:18:24 +09:00 committed by GitHub
parent b51364af16
commit 4a67a9faa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ exports.binPath = "bin/cloudflared";
exports.installService = function() {
var commandOptions = [];
commandOptions.push(binPath);
commandOptions.push(exports.binPath);
commandOptions.push("service");
commandOptions.push("install");