lib/origen/revision_control/git.rb in origen-0.34.3 vs lib/origen/revision_control/git.rb in origen-0.35.0

- old
+ new

@@ -328,10 +328,10 @@ super unless initialized?(options) Origen.log.debug "Initializing Git workspace at #{local}" git 'init' git 'remote remove origin', verbose: false, check_errors: false - git "remote add origin #{remote}" + git "remote add origin #{remote}", check_errors: false end end def git(command, options = {}) options[:local] = local