Skip to content

Commit

Permalink
Merge pull request #6 from dirtyhenry/active-hooks
Browse files Browse the repository at this point in the history
fix(hooks): activate hooks by default
  • Loading branch information
dirtyhenry authored Feb 1, 2020
2 parents 8a8a162 + 79aa435 commit d276dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Pomodoro/Environment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ struct Environment {
.homeDirectoryForCurrentUser
.appendingPathComponent(dotDirectoryName)

static let hooksOn = false
static let hooksOn = true
}

0 comments on commit d276dad

Please sign in to comment.