Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <dug@us.ibm.com>
  • Loading branch information
Doug Davis committed Mar 23, 2019
1 parent 7097025 commit 65687cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloworld.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func main() {
text := "Dogs rule!! Cats drool!!!!!!!!"
text := "Hello World!"

rev := os.Getenv("K_REVISION") // K_REVISION=helloworld-7vh75
if i := strings.LastIndex(rev, "-"); i > 0 {
Expand Down

0 comments on commit 65687cb

Please sign in to comment.