Skip to content

Commit

Permalink
Merge pull request #1 from paulczar/change_text
Browse files Browse the repository at this point in the history
Update to show that we used PKS and Spinnaker
  • Loading branch information
paulczar authored Jul 11, 2018
2 parents d829044 + c8da6be commit 1948a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func loadFile(filename string) string {
content, err := ioutil.ReadFile(file)
if err != nil {
fmt.Printf("%s not found, serving default hello world page", file)
return "<html><head><title>hello world</title></head><body>hello world!</body></html>\n"
return "<html><head><title>hello world</title></head><body>hello world!<br><br><i>Deployed to PKS by Spinnaker!</i></body></html>\n"
}
fmt.Println("serving %s file", file)
return string(content)
Expand Down

0 comments on commit 1948a2b

Please sign in to comment.