Skip to content

Commit 3d6473c

Browse files
committed
another nested quoting fix
1 parent c66af5c commit 3d6473c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-incrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ class MetaData:
450450
def _gpg(self, args, inp):
451451
'run gpg'
452452
return subprocess.check_output(
453-
[f'gpg@incrypt::{self.repo.remotes['incrypt'].url}'] + args,
453+
[f'gpg@incrypt::{self.repo.remotes["incrypt"].url}'] + args,
454454
executable='gpg', input=inp)
455455

456456
def init(self, gpgkeys, template, defaultbranch):

0 commit comments

Comments
 (0)