Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
caseymrm committed May 2, 2018
1 parent b3e4880 commit 59aa7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caffeinate.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ type Caffeinate struct {
waitError error
}

// Run the caffeinate command with these settings
func (c *Caffeinate) Run() {
// Start the caffeinate command with these settings
func (c *Caffeinate) Start() {
if c.running {
c.Stop()
}
Expand Down

0 comments on commit 59aa7b5

Please sign in to comment.