Skip to content

Commit 1948a2b

Browse files
authored
Merge pull request #1 from paulczar/change_text
Update to show that we used PKS and Spinnaker
2 parents d829044 + c8da6be commit 1948a2b

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!</body></html>\n"
23+
return "<html><head><title>hello world</title></head><body>hello world!<br><br><i>Deployed to PKS by Spinnaker!</i></body></html>\n"
2424
}
2525
fmt.Println("serving %s file", file)
2626
return string(content)

0 commit comments

Comments
 (0)