Sam Ford ba0bc88b3d
AbstractUninstall: coerce which argument to String
`Cask::Artifact::AbstractUninstall.uninstall_script` contains a
`which` call that uses a `Pathname` argument instead of a `String` and
this leads to a type error (`Parameter 'cmd': Expected type String,
got type Pathname with value...`). This resolves the error by calling
`#to_s` on the `executable_path` argument.
2025-08-28 11:21:57 -04:00
..
2025-03-05 20:12:18 +01:00
2025-08-23 15:02:23 -04:00
2025-08-25 20:27:47 -07:00
2025-03-05 20:12:18 +01:00
2025-08-04 15:51:02 +01:00
2025-08-23 15:02:23 -04:00
2024-10-02 10:03:12 -07:00
2025-08-20 19:20:19 +01:00
2025-08-23 15:02:23 -04:00