Skip to content

Commit ea11966

Browse files
author
Sarah Schultz
committed
Fixes Step9 in Intro to Ruby Commandline block; We instruct students in Step 4 to put the railsbridge_ruby dir in workspace, rather than roor (~). Step9 wants students to try and find railsbridge_ruby under ~ but that is not where it lives.
1 parent 40296bb commit ea11966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sites/en/ruby/command_line.step

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ step do
103103
console <<-LINES
104104
cd ~
105105
ls
106+
cd workspace
106107
cd rai
107108
LINES
108109
message '... and hit `TAB`.'
@@ -159,4 +160,4 @@ tip do
159160
message "If your workshop is using a Virtual Machine (ask a TA!) now is the time to take a detour to [Using Virtual Machines](using_virtual_machines)"
160161
end
161162

162-
next_step 'irb'
163+
next_step 'irb'

0 commit comments

Comments
 (0)