From ebe16a8edb657d6ae37dc559b126c2bea73548de Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:12:00 -0700 Subject: [PATCH] Updating back to single quotes --- .../persisting-environment-variables-and-temporary-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/codespaces/developing-in-a-codespace/persisting-environment-variables-and-temporary-files.md b/content/codespaces/developing-in-a-codespace/persisting-environment-variables-and-temporary-files.md index 822685dd373c..db740b7bc38f 100644 --- a/content/codespaces/developing-in-a-codespace/persisting-environment-variables-and-temporary-files.md +++ b/content/codespaces/developing-in-a-codespace/persisting-environment-variables-and-temporary-files.md @@ -2,8 +2,8 @@ title: Persisting environment variables and temporary files intro: You can configure custom environment variables so that they are set to the same value every time you open a codespace. You can also ensure that temporary files are not deleted when a codespace stops. versions: - fpt: "*" - ghec: "*" + fpt: '*' + ghec: '*' type: how_to topics: - Codespaces