mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 23:32:47 +01:00
8 lines
116 B
Diff
8 lines
116 B
Diff
--- a/bin/hjson
|
|
+++ b/bin/hjson
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/sh
|
|
|
|
-python -m hjson.tool "$@"
|
|
+python3 -m hjson.tool "$@"
|