Skip to content

Commit

Permalink
Fix success wav filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Mar 9, 2023
1 parent 1afb6b9 commit 199bb72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry.cr
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module Sentry
property should_build = true
property files = [] of String
@sound_player : String = ""
@success_wav = "#{__DIR__}/sounds/drip.wav"
@success_wav = "#{__DIR__}/sounds/success.wav"
@error_wav = "#{__DIR__}/sounds/error.wav"

def initialize(
Expand Down
File renamed without changes.

0 comments on commit 199bb72

Please sign in to comment.