Commit 838c7dc

mo khan <mo@mokhan.ca>
2021-02-06 00:36:27
style: fix linter errors
1 parent f010c33
Changed files (1)
jive.gemspec
@@ -26,10 +26,10 @@ Gem::Specification.new do |spec|
   spec.bindir        = "exe"
   spec.executables   = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
   spec.require_paths = ["lib"]
-  spec.post_install_message = <<-MESSAGE
-Include the following in your ~/.bash_profile
+  spec.post_install_message = <<~MESSAGE
+    Include the following in your ~/.bash_profile
 
-  source #{__dir__}/jive.sh
-MESSAGE
+      source #{__dir__}/jive.sh
+  MESSAGE
   spec.add_dependency "thor", "~> 1.1"
 end