Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Oct 7, 2016
1 parent bd83970 commit 5541d55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions windows/windows/quietcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package main

import (
"flag"
"os"

"github.com/keybase/go-logging"
"github.com/keybase/go-updater/keybase"
Expand All @@ -19,9 +18,7 @@ func main() {
dokanCode := flag.String("dokan", "", "DokanProductCode")
var testLog = &logging.Logger{Module: "test"}

exePath := os.Args[1]

isSilent, _ := keybase.CheckCanBeSilent(dokanCode, dokanCode, testLog, keybase.CheckRegistryUninstallCode)
isSilent, _ := keybase.CheckCanBeSilent(*dokanCode, *dokanCode, testLog, keybase.CheckRegistryUninstallCode)

testLog.Debugf("Result: %v", isSilent)
}

0 comments on commit 5541d55

Please sign in to comment.