Fix ns in jaml

This commit is contained in:
Rune Juhl (Atea) 2024-02-23 11:28:28 +01:00
parent 4be7318269
commit 31dd36c804

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bb
(ns yaml
(ns jaml
(:require [cheshire.core :as json]
[clj-yaml.core :as yaml]
[clojure.java.io]))