Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
add verbose to gist plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor authored May 5, 2018
1 parent ab7ac5e commit cd8fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/Plugins/Gist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if ($ApiKey) {
}
}

$res = iwr @params
$res = iwr @params -Verbose

#https://api.github.com/gists/a700c70b8847b29ebb1c918d47ee4eb1/211bac4dbb707c75445533361ad12b904c593491
$id = (($res.Content | ConvertFrom-Json).history[0].url -split '/')[-2,-1] -join '/'
Expand Down

0 comments on commit cd8fd83

Please sign in to comment.