Skip to content

Commit 4cc93b9

Browse files
committed
Fix rendering of - or - text in Windows clean up step
1 parent 9cf881c commit 4cc93b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/clean_up.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
step "Delete the test_app from your computer" do
1111
option "Windows" do
1212
message "From the Explorer, right click on the test_app folder (inside C:\\Sites\\railsbridge) and choose Delete."
13-
message " - or - "
13+
message "**- or -**"
1414
console_with_message "From the command prompt, run the following command:", "rmdir /s /q c:\\Sites\\railsbridge\\test_app"
1515
end
1616
option "Mac" do

0 commit comments

Comments
 (0)