mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Strip trailing spaces from GemExe.exe args
This commit is contained in:
@@ -10,7 +10,7 @@ class GemExec
|
||||
# @param [Object] working_dir -- the location for output
|
||||
# @param [Object] argument -- the command to send 'init', 'install'
|
||||
def self.exe(gem_name, working_dir, arguments)
|
||||
Print.std "Loading #{gem_name} (#{arguments}) in #{working_dir}"
|
||||
Print.std "Loading #{gem_name} (#{arguments.strip}) in #{working_dir}"
|
||||
|
||||
version = '>= 0'
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user