Skip to content

Commit 476970a

Browse files
Merge pull request sendgrid#246 from MikeRalphson/patch-2
Typo 'user' for 'usr'
2 parents 3f3a52c + 0112f50 commit 476970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_sendgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def setUpClass(cls):
2525
p1 = subprocess.Popen(["curl", "https://github.com/raw/stoplightio/prism/master/install.sh"], stdout=subprocess.PIPE)
2626
p2 = subprocess.Popen(["sh"], stdin=p1.stdout, stdout=subprocess.PIPE)
2727
except Exception as e:
28-
print("Error downloading the prism binary, you can try downloading directly here (https://github.com/stoplightio/prism/releases) and place in your /user/local/bin directory", e.read())
28+
print("Error downloading the prism binary, you can try downloading directly here (https://github.com/stoplightio/prism/releases) and place in your /usr/local/bin directory", e.read())
2929
sys.exit()
3030
else:
3131
print("Please download the Windows binary (https://github.com/stoplightio/prism/releases) and place it in your /usr/local/bin directory")

0 commit comments

Comments
 (0)