Fix boo boo

This commit is contained in:
Caleb Gardner
2021-09-18 02:37:05 -05:00
parent 9318ccef18
commit ddeb405ee9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
darkstorm-server
+1 -1
View File
@@ -9,7 +9,7 @@ import (
func webserver() { func webserver() {
flag.Parse() flag.Parse()
path := flag.Arg(0) path := flag.Arg(0)
keyPath := flag.Arg(0) keyPath := flag.Arg(1)
if path == "" { if path == "" {
log.Println("No argument given for website file path. website signing off...") log.Println("No argument given for website file path. website signing off...")
quitChan <- "web arg" quitChan <- "web arg"