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))