diff options
Diffstat (limited to 'community/crystal/alpine-shards-help.patch')
-rw-r--r-- | community/crystal/alpine-shards-help.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/crystal/alpine-shards-help.patch b/community/crystal/alpine-shards-help.patch deleted file mode 100644 index 7510d0a144..0000000000 --- a/community/crystal/alpine-shards-help.patch +++ /dev/null @@ -1,13 +0,0 @@ -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) |