Skip to content

Commit

Permalink
chore: Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
h0n9 committed Oct 3, 2024
1 parent 7849b7f commit ed252d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tools/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func runE(cmd *cobra.Command, args []string) error {
defer wg.Done()
select {
case <-ctx.Done():
fmt.Printf("cancelled context")
fmt.Println("cancelled context")
case s := <-sigCh:
fmt.Printf("got signal %v\n", s)
fmt.Printf("cancelling ctx ... ")
Expand Down

0 comments on commit ed252d8

Please sign in to comment.