From dd2338ce80f7d8c724b6cd18423a6522d0fc0d0e Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Thu, 31 Jul 2014 18:02:23 -0300 Subject: [PATCH] Changed python shell to 2.6 --- puppet/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/bootstrap.py b/puppet/bootstrap.py index b7d32fd..9b4fa0f 100644 --- a/puppet/bootstrap.py +++ b/puppet/bootstrap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python import os import re -- libgit2 0.21.2