diff --git a/config b/config index e71a2632..56bcc930 100644 --- a/config +++ b/config @@ -6,7 +6,7 @@ symlinks = false ignorecase = true [remote "origin"] - url = http://master'alias'@currentlyamee.ssh + url = http://github.com/corserp/corser.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin diff --git a/molecule/core.py b/molecule/core.py index a698df7e..1a1071de 100644 --- a/molecule/core.py +++ b/molecule/core.py @@ -41,10 +41,14 @@ ======= <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d ======= >>>>>>> initial commit >>>>>>> initialized +======= +>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d +>>>>>>> master class Molecule(object): # locations to look for a config file @@ -238,11 +242,15 @@ def _trailing_whitespace(self, filename): print l sys.exit(1) +<<<<<<< HEAD <<<<<<< HEAD >>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d ======= >>>>>>> initial commit >>>>>>> initialized +======= +>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d +>>>>>>> master def _rubocop(self): try: pattern = self._config['serverspec_dir'] + '/**/*.rb' @@ -393,10 +401,14 @@ def _verify(self): ======= self._trailing_validators() <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d ======= >>>>>>> initial commit >>>>>>> initialized +======= +>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d +>>>>>>> master # no tests found if not os.path.isdir(self._config['serverspec_dir']) and not os.path.isdir(self._config['testinfra_dir']):