Skip to content

Commit 199bb72

Browse files
committed
Fix success wav filename.
1 parent 1afb6b9 commit 199bb72

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/sentry.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module Sentry
146146
property should_build = true
147147
property files = [] of String
148148
@sound_player : String = ""
149-
@success_wav = "#{__DIR__}/sounds/drip.wav"
149+
@success_wav = "#{__DIR__}/sounds/success.wav"
150150
@error_wav = "#{__DIR__}/sounds/error.wav"
151151

152152
def initialize(
File renamed without changes.

0 commit comments

Comments
 (0)