diff options
| author | closeobserve <[email protected]> | 2024-08-02 14:52:55 +0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-08-29 21:23:17 -0700 |
| commit | 7a83cac6c3bb38e629a78af03fd0b5f75c636c88 (patch) | |
| tree | 5b23ac8cddaa611930ed4c05d8a1836570d82662 /macos | |
| parent | 1a56865705521553c72e7b024a9c381cc0b405aa (diff) | |
chore: fix some comments
Diffstat (limited to 'macos')
| -rwxr-xr-x | macos/uninstall-pandoc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/uninstall-pandoc.pl b/macos/uninstall-pandoc.pl index c853727d9..ebd9d0e49 100755 --- a/macos/uninstall-pandoc.pl +++ b/macos/uninstall-pandoc.pl @@ -41,7 +41,7 @@ die "Pandoc not installed.\n" if !( defined($volume) ); my @pkg_files = `pkgutil --volume '$volume' --only-files --files '$pkg_id'`; @pkg_files = map { chomp; File::Spec->rel2abs($_, $volume) } @pkg_files; -# Confirm uninistall with the user. +# Confirm uninstall with the user. print "The following files will be deleted:\n\n"; print join("\n", @pkg_files); print "\n\n"; |
