git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormail_redacted_for_web 2018-05-08 10:37:30 -0700
committermail_redacted_for_web 2018-05-08 10:46:30 -0700
commit36a278427582e6629141eb8539f658cf1604a528 (patch)
tree94d88f5c8ec26d528daa3426763ccdbcbd3e4664 /scripts
parentaaa85a0e03ed4036c6421426479e4cf66affb2dd (diff)
downloadcontrol-repo-template-36a278427582e6629141eb8539f658cf1604a528.tar.bz2
Resolve Rubocop warnings
* Removed the useless assignment in the config_version.rb error catching * Single quote vs. double quote in Puppetfile
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/config_version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config_version.rb b/scripts/config_version.rb
index 3de7104..abb3390 100755
--- a/scripts/config_version.rb
+++ b/scripts/config_version.rb
@@ -2,7 +2,7 @@
begin
require 'rugged'
require 'socket'
-rescue LoadError => e
+rescue LoadError
t = Time.new
puts t.to_i
else