From f5e03f353027216ba2482ec96c218a44ff0cea76 Mon Sep 17 00:00:00 2001 From: Willi Butz Date: Fri, 12 May 2017 13:47:32 +0200 Subject: [PATCH] manual: fix typo --- doc/languages-frameworks/ruby.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/ruby.xml b/doc/languages-frameworks/ruby.xml index 3c6e4f5e01a..b13da92dcc4 100644 --- a/doc/languages-frameworks/ruby.xml +++ b/doc/languages-frameworks/ruby.xml @@ -46,7 +46,7 @@ bundlerEnv rec { so it has all the libraries necessary for sensu in its paths. The second one can be used to make derivations from custom Ruby scripts which have Gemfiles with their dependencies specified. It is a derivation with ruby wrapped so it can find all the needed dependencies. For example, to make a derivation my-script for a my-script.rb (which should be placed in bin) you should -run bundix as specified above and then use bundlerEnv lile this: +run bundix as specified above and then use bundlerEnv like this: