Skip to content

Commit 2332a3e

Browse files
authored
Update main.go
1 parent 1948a2b commit 2332a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func loadFile(filename string) string {
2020
content, err := ioutil.ReadFile(file)
2121
if err != nil {
2222
fmt.Printf("%s not found, serving default hello world page", file)
23-
return "<html><head><title>hello world</title></head><body>hello world!<br><br><i>Deployed to PKS by Spinnaker!</i></body></html>\n"
23+
return "<html><head><title>hello world</title></head><body>hello world!<br><br><i>Deployed to PKS by Spinnaker LIVE!!!!</i></body></html>\n"
2424
}
2525
fmt.Println("serving %s file", file)
2626
return string(content)

0 commit comments

Comments
 (0)