blob: 7510d0a144e758cda5a44e0cdf6a87ee762ce207 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|