We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e0105 commit a38c97fCopy full SHA for a38c97f
1 file changed
doc/devguide/dev-vm-openSUSE.md
@@ -79,7 +79,7 @@ You should now have a working VM that you can SSH into from the qemu-kvm host.
79
crowbar-dev> cd /tmp/crowbar-dev-test/opt/dell/crowbar_framework
80
crowbar-dev> bundle install
81
crowbar-dev> bundle exec rake db:migrate
82
- crowbar-dev> ./script rails s puma
+ crowbar-dev> bundle exec rails s puma
83
````
84
85
1. And also to run the (unit + RSpec) tests:
0 commit comments