Migrate config file to YAML
This commit is contained in:
parent
a41a17c6a5
commit
3dd917f6f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ run:
|
|||
cd cmd/WatchYourLAN/ && \
|
||||
sudo \
|
||||
env IFACE=$(IFACE) DBPATH=$(DBPATH) THEME=$(THEME) \
|
||||
go run . -c /data/config #-n http://192.168.2.3:8850
|
||||
go run . #-c /data/config #-n http://192.168.2.3:8850
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue