Skip to content

Commit

Permalink
Remove unnecessary error message and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalaws committed Oct 9, 2018
1 parent 4a64247 commit 125a7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ Thank you for helping us to improve Systems Manager, Run Command and Session Man
sudo yum install -y rpmdevtools rpm-build
```

* [Cross Complile SSM Agent](http://www.goinggo.net/2013/10/cross-compile-your-go-programs.html)
* [Cross Compile SSM Agent](http://www.goinggo.net/2013/10/cross-compile-your-go-programs.html)

* Run `make build` to build the SSM Agent for Linux, Debian, Windows environment.

Expand Down
1 change: 0 additions & 1 deletion agent/agent/agent.go
Expand Up @@ -96,7 +96,6 @@ func (agent *SSMAgent) Stop() {
log.Flush()

if agent.coreManager == nil {
log.Errorf("Agent's core manager can't be nil")
return
}

Expand Down

0 comments on commit 125a7d7

Please sign in to comment.