Set shebang line of zuul-cloner script

To run a script in a virtualenv, you need to us the python in the
virtualenv. This script needs things (yaml) that arent' on the base
system but instead are only in the virtualenv.

Change-Id: Ic915c4db30814b7deefd8adc234df594d1eb20fa
This commit is contained in:
Monty Taylor 2017-09-22 10:07:11 -05:00
parent 4e9d9f8353
commit 6120d543c1
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!{{ destination | dirname }}/python
# Copyright 2017 Red Hat
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may