Skip to content

Commit

Permalink
spelling: workspaces
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Feb 25, 2022
1 parent fbeb793 commit 3cdd0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/prune/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (c *PruneCommand) Run(args []string) int {

logger.Printf(" - Added %v", ctx.PackageInfos[internalDep].Name)
}
c.Config.Logger.Trace("new worksapces", "value", workspaces)
c.Config.Logger.Trace("new workspaces", "value", workspaces)
if pruneOptions.docker {
if fs.FileExists(".gitignore") {
if err := fs.CopyFile(".gitignore", filepath.Join(pruneOptions.cwd, "out", "full", ".gitignore"), fs.DirPermissions); err != nil {
Expand Down

0 comments on commit 3cdd0ea

Please sign in to comment.