Skip to content

Commit

Permalink
simplifying repo for use as template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Sep 1, 2023
1 parent 6b67042 commit 931a0f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, ""
}

0 comments on commit 931a0f4

Please sign in to comment.