Skip to content

Commit 29f6b4b

Browse files
committed
Fix typo in touch command
1 parent 4eddc22 commit 29f6b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftlyTests/SwiftlyTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ public class MockToolchainDownloader: HTTPRequestExecutor {
685685
export GNUPG_HOME="\(SwiftlyTests.ctx.mockedHomeDir!.path)"
686686
export GPG_HOME="\(SwiftlyTests.ctx.mockedHomeDir!.path)"
687687
mkdir -p "$GNUPG_HOME"/.gnupg
688-
touch "$GNUPS_HOME"/.gnupg/gpg.conf
688+
touch "$GNUPG_HOME"/.gnupg/gpg.conf
689689
gpg --batch --import \(gpgKeyFile.path) >/dev/null 2>&1 || echo -n
690690
"""]
691691
try importKey.run()

0 commit comments

Comments
 (0)