diff --git a/bin/ansible-pull b/bin/ansible-pull index 84c385b8a0f..f5f026c6449 100755 --- a/bin/ansible-pull +++ b/bin/ansible-pull @@ -116,6 +116,8 @@ def main(args): parser.error("Missing required directory argument") return 1 + options.dest = os.path.abspath(options.dest) + if not options.url: parser.error("URL for git repo not specified, use -h for help") return 1