From 5e8f2c5aceccfd9cb6a0c9a868af12bf73346f41 Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Tue, 2 Oct 2018 15:27:46 +0200 Subject: [PATCH] make it work with rbenv/rvm --- examples/get_products_paginated.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/get_products_paginated.rb b/examples/get_products_paginated.rb index 72633d27..43294d76 100755 --- a/examples/get_products_paginated.rb +++ b/examples/get_products_paginated.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby require 'rest-client' require 'net/http'