Skip to content

Commit 75bd9cb

Browse files
authored
correct typo in commit
thanks to @emlyn for spotting it!
1 parent 6f36ac7 commit 75bd9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def raspberry_pi_400?
179179
end
180180

181181
def raspberry_pi_400_64?
182-
os == :raspberry && @@raspberry_pi_40_64
182+
os == :raspberry && @@raspberry_pi_400_64
183183
end
184184

185185
def unify_tilde_dir(path)

0 commit comments

Comments
 (0)