fix: bad shebang
icyphox icyph0x@protonmail.com
Thu, 22 Mar 2018 15:41:56 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
vite/vite.py
→
vite/vite.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3 +#!/usr/bin/env python3 """ Vite - A simple and minimal static site generator.