Skip to content

Commit

Permalink
Resolves issue nhmood#24
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Nov 22, 2013
1 parent 30f1d22 commit 408cd3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion watson
Expand Up @@ -1728,8 +1728,10 @@ sub bitbucketSetup {
my $call;
my $response;

#bit bucket lowercases repo name. BobSmithRepo = bobsmithrepo
my $lcrepo = lc($repo);
$call = "curl -s -i " .
"https://bitbucket.org/api/1.0/repositories/$owner/$repo " .
"https://bitbucket.org/api/1.0/repositories/$owner/$lcrepo " .
"-u $username";
print BOLD;
$response = `$call`;
Expand Down

0 comments on commit 408cd3e

Please sign in to comment.