Skip to content

Commit

Permalink
fix: nautilus opens now
Browse files Browse the repository at this point in the history
  • Loading branch information
amkhrjee committed Jan 5, 2023
1 parent d640b3f commit 6502058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocwd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ if ($link -match 'https://ocw\.mit\.edu/courses') {
try {

Import-Resoruces($userResponse)
# Invoke-Item $userResponse['inputPath']
Invoke-Item $userResponse['inputPath']
}
catch {
Show-Exception($_.Exception.Message)
Expand Down

0 comments on commit 6502058

Please sign in to comment.