Skip to content

Commit

Permalink
fix(cryptsetup): fixup @~ (to be squashed)
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jun 14, 2022
1 parent 1e4ecc4 commit cd81c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion completions/cryptsetup
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _cryptsetup()
luksHeaderRestore luksKillSlot luksOpen luksRemoveKey
luksResume luksSuspend luksUUID open plainClose plainOpen
reencrypt refresh remove repair resize status tcryptClose
tcryptDump tcryptOpen token ' -- "$cur"))
tcryptDump tcryptOpen token' -- "$cur"))
fi
else
local args
Expand Down
2 changes: 1 addition & 1 deletion test/t/test_cryptsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def test_2(self, completion):
assert completion

@pytest.mark.complete("cryptsetup luksE", require_cmd=True)
def test_3(self, completion):
def test_github_issue758(self, completion):
assert completion == "rase"

0 comments on commit cd81c3b

Please sign in to comment.