From e9906712c5a4f7e7b0293170237ff5ea40ac901a Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 15 Sep 2019 02:33:26 -0500 Subject: [PATCH] Use python3 in ec2 script wewbuntu --- ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2.py b/ec2.py index feb3153..603b613 100755 --- a/ec2.py +++ b/ec2.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 ''' EC2 external inventory script