Skip to content

Commit

Permalink
Use correct name for macOS in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 31, 2024
1 parent ed16abd commit e202c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ runs:
# exist at the time of restoring (we want to restore them after all), so
# we look for the package manifests and assume there should be a
# .stack-work alongside each. There are lots of simpler ways to do this,
# but only find-regex works on a default OSX system. Sigh.
# but only find-regex works on a default macOS system. Sigh.
find . -regex '.*/\(package\.yaml\|.*\.cabal\)$' |
while IFS=$'\n' read -r path; do
dir=$(dirname "$path" | sed 's%^\./\?%%')
Expand Down

0 comments on commit e202c16

Please sign in to comment.