Skip to content

Commit 6c78055

Browse files
committed
CONTRIBUTING.md: fix a command typo
1 parent 8d136fc commit 6c78055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before running rw-functional tests, make sure you have logged into bugzilla
2828
using. These currently run against the test bugzilla instance at
2929
partner-bugzilla.redhat.com, and requires a valid login there:
3030

31-
bugzilla-cli --bugzilla=partner-bugzilla.redhat.com --username=$USER login
31+
./bugzilla-cli --bugzilla=partner-bugzilla.redhat.com --username=$USER login
3232
python setup.py test --rw-functional
3333

3434
## Testing across python versions

0 commit comments

Comments
 (0)