Skip to content

Commit

Permalink
Update path of i-am-root main image
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed May 28, 2020
1 parent 24bbcbc commit 4ee5eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IAmRoot.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
try
{
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "https://raw.githubusercontent.com/caioproiete/i-am-root-nuget-package/master/assets/i-am-root.jpg";
startInfo.FileName = "https://raw.githubusercontent.com/augustoproiete/i-am-root-nuget-package/master/assets/i-am-root.jpg";
startInfo.UseShellExecute = true;
Process process = new Process();
Expand Down

0 comments on commit 4ee5eaa

Please sign in to comment.