Skip to content

Commit

Permalink
Updates name of test buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Sep 1, 2022
1 parent fdd09bc commit 46b591c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/testdata/credential_fill_buildpack/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -u
set -o pipefail

function main() {
echo "Paketo Credential Fill Buildpack"
echo "Paketo Buildpack for Credential Fill"
echo url=https://example.com | git credential fill
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.7"

[buildpack]
id = "paketo-buildpacks/git/credential_fill"
name = "Paketo Credential Fill Buildpack"
name = "Paketo Buildpack for Credential Fill "
version = "0.0.1"

[[stacks]]
Expand Down

0 comments on commit 46b591c

Please sign in to comment.