From 9e000737684c6615b8e3014d91f3ad84d7b367b6 Mon Sep 17 00:00:00 2001 From: Hugo Azevedo Date: Tue, 9 Apr 2024 20:36:10 -0700 Subject: [PATCH] removing unecessary folder --- .fleet/run.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .fleet/run.json diff --git a/.fleet/run.json b/.fleet/run.json deleted file mode 100644 index 50126dbc2..000000000 --- a/.fleet/run.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "configurations": [ - { - "type": "python", - "name": "Python configuration", - "file": "yt_dlp", - "arguments": ["--cookies", "cookies.txt", "https://cursos.alura.com.br/course/kubernetes-pods-services-configmap"], - }, - - ] -} \ No newline at end of file