Skip to content

Commit cd81c3b

Browse files
committed
fix(cryptsetup): fixup @~ (to be squashed)
1 parent 1e4ecc4 commit cd81c3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

completions/cryptsetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ _cryptsetup()
4747
luksHeaderRestore luksKillSlot luksOpen luksRemoveKey
4848
luksResume luksSuspend luksUUID open plainClose plainOpen
4949
reencrypt refresh remove repair resize status tcryptClose
50-
tcryptDump tcryptOpen token ' -- "$cur"))
50+
tcryptDump tcryptOpen token' -- "$cur"))
5151
fi
5252
else
5353
local args

test/t/test_cryptsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ def test_2(self, completion):
1111
assert completion
1212

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

0 commit comments

Comments
 (0)