diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-10-30 15:56:37 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-10-30 15:56:37 -0700 |
| commit | bb57a83c93222b4253ced7bbb013c9b742661fc1 (patch) | |
| tree | 9a9881aa104be4ed59aab2f002b9045ded77129f | |
| parent | d64b089850a4c79720e2d47bf0daa15836d049be (diff) | |
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ # Use this Makefile to generate the Willora Guide. # -BUNDLE?= bundle33 -RUBY?= ruby33 +BUNDLE?= bundle +RUBY?= ruby SECTIONS= # defined SECTIONS+= guide/hello.adoc |
