From 8176f9807b6b52058ecb8106100cbd0962ac1ee9 Mon Sep 17 00:00:00 2001 From: TPei Date: Sun, 17 Jun 2018 20:51:05 +0200 Subject: [PATCH] EOS undent fix Error: Calling <<-EOS.undent is disabled! Use <<~EOS instead. /usr/local/Homebrew/Library/Taps/pebble/homebrew-pebble-sdk/pebble-sdk.rb:228:in `caveats' Please report this to the pebble/pebble-sdk tap! Or, even better, submit a PR to fix it! --- pebble-sdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pebble-sdk.rb b/pebble-sdk.rb index 32259bd..822f763 100644 --- a/pebble-sdk.rb +++ b/pebble-sdk.rb @@ -219,7 +219,7 @@ def install end end - def caveats; <<-EOS.undent + def caveats; <<~EOS.undent Documentation can be found online at https://developer.pebble.com/docs