Reverting username thing.
This commit is contained in:
parent
1b9ab80b93
commit
43ec52ce98
@ -3,7 +3,6 @@ package main
|
|||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
|
||||||
|
|
||||||
"git.linuxrocker.com/mattburchett/go_tab-magic/pkg/config"
|
"git.linuxrocker.com/mattburchett/go_tab-magic/pkg/config"
|
||||||
"git.linuxrocker.com/mattburchett/go_tab-magic/pkg/resolver"
|
"git.linuxrocker.com/mattburchett/go_tab-magic/pkg/resolver"
|
||||||
@ -26,7 +25,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if user == "" {
|
if user == "" {
|
||||||
user = os.Getenv("USER")
|
log.Fatal("You must specify a username.")
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg, err := config.GetConfig(c, debug)
|
cfg, err := config.GetConfig(c, debug)
|
||||||
|
Loading…
Reference in New Issue
Block a user