From ca7be47ab5462948c3c1a00e716e1750b4bbf87b Mon Sep 17 00:00:00 2001 From: sitiom <56180050+sitiom@users.noreply.github.com> Date: Sun, 22 Nov 2020 08:33:30 +0800 Subject: [PATCH] Updated Tips and Tricks (markdown) --- Tips-and-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index a046622..4db73cd 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -189,7 +189,7 @@ for section in conf: Here's an equivalent script for PowerShell ([source](https://github.com/anishathalye/dotfiles_template/pull/19#issuecomment-729518540), [powershell-yaml](https://github.com/cloudbase/powershell-yaml) required) -```ps +```ps1 $CONFIG = "install.conf.yaml" $confObj = ConvertFrom-Yaml ([string](Get-Content $CONFIG -Raw))