From 6dc9ded7a4be702bbe6ed9cea12e1224cdd779ce Mon Sep 17 00:00:00 2001 From: Laurent Nullens Date: Tue, 16 Feb 2021 09:18:38 +0100 Subject: [PATCH] fix: missed repo rename in ys theme file --- themes/ys.omp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/ys.omp.json b/themes/ys.omp.json index a2994e33..75267131 100644 --- a/themes/ys.omp.json +++ b/themes/ys.omp.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "type": "prompt", @@ -108,4 +108,4 @@ } ], "final_space": true - } \ No newline at end of file + }