Skip to content

Commit

Permalink
Use buildpacks/scafall
Browse files Browse the repository at this point in the history
Switch from using scafall hosted in a personal GitHub organization to
using the buildpacks maintained version.

Signed-off-by: Aidan Delaney <[email protected]>
  • Loading branch information
AidanDelaney committed Nov 28, 2022
1 parent b0eaaae commit 8615afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/commands/buildpack_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package commands
import (
"context"

scafall "github.com/AidanDelaney/scafall/pkg"
scafall "github.com/buildpacks/scafall/pkg"
"github.com/spf13/cobra"

"github.com/buildpacks/pack/internal/style"
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/create_buildpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package client
import (
"context"

scafall "github.com/AidanDelaney/scafall/pkg"
scafall "github.com/buildpacks/scafall/pkg"
)

type CreateBuildpackOptions struct {
Expand Down

0 comments on commit 8615afe

Please sign in to comment.