Skip to content

Commit

Permalink
fix(tokipona): .tpo command
Browse files Browse the repository at this point in the history
  • Loading branch information
anna328p committed Oct 11, 2023
1 parent ff59f25 commit 0341574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qbot/tpdict.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def load_tp_inli = process_tp_inli(merge_defs(get_all(SOURCES)))

def load_pu
YAML
.unsafe_load_file(File.join(__dir__, *%i[.. .. share tokipona pu.yml]))
.unsafe_load_file(File.join(__dir__, *%w[.. .. share tokipona pu.yml]))
.transform_values(&:symbolize_keys)
end

Expand Down

0 comments on commit 0341574

Please sign in to comment.