From c5ea6d049b0aabe2f7e13929f2a4037c81fc9723 Mon Sep 17 00:00:00 2001 From: Carson Evans Date: Wed, 18 Sep 2019 21:16:27 -0400 Subject: [PATCH] Add shebang to craft script --- craft | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 craft diff --git a/craft b/craft old mode 100644 new mode 100755 index 4250c34ea..7630273aa --- a/craft +++ b/craft @@ -1,3 +1,4 @@ +#!/usr/bin/env python """Craft Command. This module is really used for backup only if the masonite CLI cannot import this for you.