From e202c161d81fc438fdc3864dbe8af033655695b6 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 31 Jan 2024 10:51:43 -0500 Subject: [PATCH] Use correct name for macOS in comment --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1f97c9c..0c4da31 100644 --- a/action.yml +++ b/action.yml @@ -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%^\./\?%%')