Skip to content

Commit fa364e7

Browse files
committed
fix typo in openvox 9 plogpost
fixes #631
1 parent ae9ac6b commit fa364e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2026-02-26-road-to-openvox-9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To test ZJIT / YJIT, you can add the commandline option to Ruby:
5858
+++ a/opt/puppetlabs/puppet/bin/puppet
5959
@@ -1,4 +1,4 @@
6060
-#!/opt/puppetlabs/puppet/bin/ruby
61-
+#!/opt/puppetlabs/puppet/bin/ruby --zjit
61+
+#!/opt/puppetlabs/puppet/bin/ruby --yjit
6262
# frozen_string_literal: true
6363

6464
begin

0 commit comments

Comments
 (0)