Skip to content

Commit

Permalink
Replaces <<-EOS.undent with <<~EOS
Browse files Browse the repository at this point in the history
<<-EOS.undent is deprecated
  • Loading branch information
professor committed Apr 16, 2018
1 parent 23d674b commit 664f18d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion git-author.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def install
bin.install "git-author"
end

def caveats; <<-EOS.undent
def caveats; <<~EOS
export GIT_TOGETHER_NO_SIGNOFF=1 to ~/.bash_profile
to disable --signoff added by git-together commit
EOS
Expand Down
2 changes: 1 addition & 1 deletion springxd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def install
bin.install_symlink Dir["#{libexec}/hsqldb/bin/*"]
end

def caveats; <<-EOS.undent
def caveats; <<~EOS
Usage:
To start XD single node (runs in foreground):
Expand Down
2 changes: 1 addition & 1 deletion sqlfire.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def install
bin.write_exec_script libexec/'bin/sqlf'
end

def caveats; <<-EOS.undent
def caveats; <<~EOS
By installing, you agree to comply with the license at http://gopivotal.com/products/software-license-agreement. If you disagree with these terms, please uninstall by typing "brew uninstall sqlfire" in your terminal window.
Usage:
Expand Down

0 comments on commit 664f18d

Please sign in to comment.