aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal/alpine-shards-help.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/crystal/alpine-shards-help.patch')
-rw-r--r--community/crystal/alpine-shards-help.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/crystal/alpine-shards-help.patch b/community/crystal/alpine-shards-help.patch
new file mode 100644
index 0000000000..7510d0a144
--- /dev/null
+++ b/community/crystal/alpine-shards-help.patch
@@ -0,0 +1,13 @@
+This is downstream patch only.
+
+--- a/src/compiler/crystal/command/deps.cr
++++ b/src/compiler/crystal/command/deps.cr
+@@ -5,7 +5,7 @@
+ private def deps
+ path_to_shards = `which shards`.chomp
+ if path_to_shards.empty?
+- error "`shards` executable is missing. Please install shards: https://github.com/crystal-lang/shards"
++ error "`shards` executable is missing. Please install shards: apk add shards"
+ end
+
+ status = Process.run(path_to_shards, args: options, output: Process::Redirect::Inherit, error: Process::Redirect::Inherit)