Skip to content

Commit

Permalink
feat: print Made with Kurtosis at the end of a run (#1687)
Browse files Browse the repository at this point in the history
This is an attempt to solve the people wrap around us problem
  • Loading branch information
h4ck3rk3y authored Nov 6, 2023
1 parent acb411b commit a08b0b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ func (runner *StartosisRunner) Run(
}
}

starlarkRunResponseLines <- binding_constructors.NewStarlarkRunResponseLineFromInfoMsg("Made with Kurtosis - https://kurtosis.com")

close(starlarkRunResponseLines)
}()

Expand Down

0 comments on commit a08b0b1

Please sign in to comment.