buildpacks / pack-orb

A CircleCI Orb for using Cloud Native Buildpacks in CircleCI
https://circleci.com/orbs/registry/orb/buildpacks/pack
Apache License 2.0
12 stars 8 forks source link

Remove -f flag from sed script #35

Closed importhuman closed 3 years ago

importhuman commented 3 years ago

Why this change:

The script I added was derived from macOS. I learnt that the default sed version works differently on macOS and linux. After checking for linux, the -f flag is unnecessary. Although it results in the same changes upon running, I'd like to avoid any unforeseen consequences this may have.