From ecb9c14a6f25d0c0cd19b4105fa978c875e66302 Mon Sep 17 00:00:00 2001 From: Moses Narrow Date: Wed, 23 Oct 2024 02:25:15 -0500 Subject: [PATCH] fix CI error --- cmd/skywire-cli/commands/rewards/services.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/skywire-cli/commands/rewards/services.go b/cmd/skywire-cli/commands/rewards/services.go index 85bf039ae..bbcab8394 100644 --- a/cmd/skywire-cli/commands/rewards/services.go +++ b/cmd/skywire-cli/commands/rewards/services.go @@ -21,8 +21,7 @@ var rewardSH []byte var getlogsSH []byte const testSH = `#!/bin/bash -echo "Hello World" -` +echo "Hello World"` var ( getlogssh bool