Skip to content

Commit

Permalink
[OhMyPoshProfile v3] - Update 3.1.12.1
Browse files Browse the repository at this point in the history
Fixed line 239
  • Loading branch information
smoonlee authored Jul 16, 2024
1 parent 6361e6e commit 38c579d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ VersionL 3.1.12 - July 2024 | YAML Release Pipeline for Profile Versioning, Adde
#>

# Oh My Posh Profile Version
$profileVersion = '3.1.12'
$profileVersion = '3.1.12.1'

# GitHub Repository Details
$gitRepositoryUrl = "https://api.github.com/repos/smoonlee/dev-posh-profile-updater/releases/latest"
Expand Down Expand Up @@ -237,7 +237,7 @@ function Update-PSProfile {
$pwshProfile = Get-Content -Path $PROFILE
$pwshThemeName = Split-Path $Env:POSH_THEME -Leaf
$pwshProfile = $pwshProfile.Replace('themeNameHere', $pwshThemeName)
$pwshProfile | Set-Content -Path $pwshProfilePath -Force
$pwshProfile | Set-Content -Path $PROFILE -Force

# Reading Time
Start-Sleep -Seconds '4'
Expand Down

0 comments on commit 38c579d

Please sign in to comment.