fix(shell/1password): fix typo in comment of script

This commit is contained in:
2025-05-25 20:48:40 +01:00
parent 4d3b0e5c79
commit 02311a6b3e

View File

@@ -6,7 +6,7 @@
# aliases. This is necessary for shell completion to work correctly with aliases # aliases. This is necessary for shell completion to work correctly with aliases
# to commands which have 1Password integration enabled. # to commands which have 1Password integration enabled.
# #
# This function a hacky-ish workaround to the issue described here: # This function is a hacky-ish workaround to the issue described here:
# https://github.com/1Password/shell-plugins/issues/433 # https://github.com/1Password/shell-plugins/issues/433
# #
# It loads the 1Password CLI plugin script file, then finds all aliases that are # It loads the 1Password CLI plugin script file, then finds all aliases that are