Skip to content

Commit cca6155

Browse files
authored
Fix typo in resource copy log line (#698)
As discussed on Slack with @borkdude
1 parent e1ca9d0 commit cca6155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/squint/internal/cli.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
(when-not (fs/existsSync out-path)
6262
(println "[squint] Creating directory:" out-path)
6363
(fs/mkdirSync out-path #js {:recursive true}))
64-
(println "[squint] zCopying resource" path "to" out-path)
64+
(println "[squint] Copying resource" path "to" out-path)
6565
(fs/copyFileSync path out-file)))))
6666

6767
(defn compile-files

0 commit comments

Comments
 (0)