Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
minor linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Jun 22, 2018
1 parent 8543e3f commit 69a9e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waflyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
version = "dev"
date = "unknown"

//Home Directory
//HOMEDIRECTORY static variable
HOMEDIRECTORY string

)
Expand Down Expand Up @@ -1199,7 +1199,7 @@ func main() {
// grab a users home directory
user, err := user.Current()
if err != nil {
fmt.Println("error reading current user name : %s", err)
fmt.Println("error reading current user name : ", err)
os.Exit(1)
}

Expand Down

0 comments on commit 69a9e7f

Please sign in to comment.