Rename to run

This commit is contained in:
Owen
2025-11-01 18:39:53 -07:00
parent eaf94e6855
commit 6f7e866e93
2 changed files with 2 additions and 2 deletions

View File

@@ -164,5 +164,5 @@ func main() {
}
func runOlmMain(ctx context.Context) {
olm.Olm(ctx, os.Args[1:])
olm.Run(ctx, os.Args[1:])
}