Skip to content

Commit

Permalink
fix bad reference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Dewinne committed May 10, 2015
1 parent b50604b commit e73c039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ This task helps you to get a package url for a repository.
<continuousphp-package
provider="git-hub"
repository="continuousphp/phing-tasks"
reference="/refs/heads/master"
reference="refs/heads/master"
property="package.url" />
```
2 changes: 1 addition & 1 deletion features/package.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Feature: continuousphp package
Given I've the token "cc2efee7-be03-4611-923e-065bc3dd3326"
And the provider "git-hub"
And the repository "continuousphp/phing-tasks"
And the reference "/refs/heads/master"
And the reference "refs/heads/master"
When I use the continuousphp package task
Then I should retrieve a valid download url

0 comments on commit e73c039

Please sign in to comment.