CircleCI-Public / go-orb

https://circleci.com/orbs/registry/orb/circleci/go
MIT License
9 stars 35 forks source link

fix set: -c: invalid option #72

Closed jkawamoto closed 1 year ago

jkawamoto commented 1 year ago

Looks like f9704db51eba477f27d22bb344266f2d5f695ac8 was accidentally reverted, and it causes the error reported in #69:

/bin/bash: line 9: set: -c: invalid option
set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]

This PR fixes this error.