Skip to content

Commit 1d8b7d4

Browse files
committed
Typos - fix typo in init file warning
1 parent 3a9d923 commit 1d8b7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/sonic-pi-server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
begin
7676
if File.exists?(original_init_path)
7777
if (File.exists?(init_path))
78-
STDOUT.puts "Warning, you have an older init.rb file in #{original_init_path} which is now being ignored as your newer config/init.rb file is being used insted. Consider deleting your old init.rb (perhaps copying anything useful across first)."
78+
STDOUT.puts "Warning, you have an older init.rb file in #{original_init_path} which is now being ignored as your newer config/init.rb file is being used instead. Consider deleting your old init.rb (perhaps copying anything useful across first)."
7979
else
8080
STDOUT.puts "Found init.rb in old location #{original_init_path}. Moving it to the new config directory #{init_path}."
8181
FileUtils.mv(original_init_path, init_path)

0 commit comments

Comments
 (0)