mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
Change "ctrl+c" to "Ctrl+C"
This commit is contained in:
@@ -126,7 +126,7 @@ func serve(port int) {
|
||||
|
||||
u.Scheme = "http"
|
||||
jww.FEEDBACK.Printf("Web Server is available at %s\n", u.String())
|
||||
fmt.Println("Press ctrl+c to stop")
|
||||
fmt.Println("Press Ctrl+C to stop")
|
||||
|
||||
err = http.ListenAndServe(":"+strconv.Itoa(port), nil)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user