From 583ce302db3192e7cd1811e83e6ea27f0954c8db Mon Sep 17 00:00:00 2001 From: Carter Schonwald <carter.schonwald@gmail.com> Date: Mon, 19 Oct 2020 14:20:12 -0400 Subject: [PATCH] fix typo --- cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup.py b/cleanup.py index bad6139..bb6c8fc 100644 --- a/cleanup.py +++ b/cleanup.py @@ -1,4 +1,4 @@ -#!usr/bin/env python3 +#!/usr/bin/env python3 """ This script deletes build working directories older than the given maximum age. -- GitLab