diff --git a/README.md b/README.md deleted file mode 100644 index 0ca5743..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# check-template \ No newline at end of file diff --git a/main.go b/main.go index 09721c8..3602c8b 100644 --- a/main.go +++ b/main.go @@ -5,5 +5,5 @@ import ( ) func Run(ctx context.Context, target string, command string, expectedOutput string, username string, password string) (bool, string) { - return true, "Successfully completed" + return true, "" }