-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
misspell #60
misspell #60
Conversation
fix typo
fix typo
fix typo
fix typo
fix typo
add err != nil test + fix typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx for your PR 👍 👍
@@ -128,6 +128,10 @@ func Test_Script(t *testing.T) { | |||
if got, want := exec.dir, "/home/app"; got != want { | |||
t.Errorf("Run() executed a command in %v, want %v", got, want) | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing space is here 👀
Can you remove it?
remove Trailing space
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
=======================================
Coverage 49.12% 49.12%
=======================================
Files 36 36
Lines 1321 1321
=======================================
Hits 649 649
Misses 624 624
Partials 48 48
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good 🎉
thanks!!
fix typo