Skip to content

Commit

Permalink
change, title
Browse files Browse the repository at this point in the history
  • Loading branch information
TOnodera committed Jan 13, 2024
1 parent fd50dd4 commit 008c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func handler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello, GitOps!")
fmt.Fprintf(w, "Hello, Argo CD!")
}

func main() {
Expand Down

0 comments on commit 008c4fc

Please sign in to comment.