diff options
author | Eduardo Otubo <otubo@redhat.com> | 2020-12-10 19:10:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 13:10:43 -0500 |
commit | 212b291dc0f3108f562bbbadfa89ae355815c01d (patch) | |
tree | d31ce3c9e9527ee35b30a3ecb1ef0b43f82fd19d /cloudinit | |
parent | 97bfd21d2dca978a662c87f0255a2a2bb97fc5d6 (diff) | |
download | vyos-cloud-init-212b291dc0f3108f562bbbadfa89ae355815c01d.tar.gz vyos-cloud-init-212b291dc0f3108f562bbbadfa89ae355815c01d.zip |
Drop unnecessary shebang from cmd/main.py (#722)
Fedora build system's rpmlint is complaining that there is a file with a
shebang but no executable flag set. No need to have shebang on this
file, so drop it.
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
Co-authored-by: Scott Moser <smoser@brickies.net>
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/cmd/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/cmd/main.py b/cloudinit/cmd/main.py index a5446da7..baf1381f 100644 --- a/cloudinit/cmd/main.py +++ b/cloudinit/cmd/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # # Copyright (C) 2012 Canonical Ltd. # Copyright (C) 2012 Hewlett-Packard Development Company, L.P. |