From 2c596a3dcb7862d6a79a95db03aa2d611c6994a3 Mon Sep 17 00:00:00 2001 From: keyan Date: Wed, 9 Jun 2021 17:39:39 -0500 Subject: [PATCH] fix typo in tor.config --- .platform/tor.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform/tor.config b/.platform/tor.config index ef7512ea..672fffe9 100644 --- a/.platform/tor.config +++ b/.platform/tor.config @@ -1,3 +1,3 @@ commands: 00_install_epel: - commans: 'sudo amazon-linux-extras install epel' \ No newline at end of file + command: 'sudo amazon-linux-extras install epel' \ No newline at end of file