Skip to content

Commit 91e7e21

Browse files
author
Matthew Fisher
committed
fix(test): update example-ruby-sinatra location
The app was purged and moved to the deis organization. It no longer lives in the opdemand org.
1 parent 1a57eb2 commit 91e7e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace :setup do
1515
run_command("if [ ! -f #{AUTH_KEY} ]; then ssh-keygen -q -t rsa -f #{AUTH_KEY} -N '' -C deis && ssh-add #{AUTH_KEY} ; fi")
1616
end
1717
task :clone_example_app do
18-
run_command("if [ ! -d ./#{EXAMPLE_APP} ]; then git clone https://github.com/opdemand/#{EXAMPLE_APP}.git ; fi")
18+
run_command("if [ ! -d ./#{EXAMPLE_APP} ]; then git clone https://github.com/deis/#{EXAMPLE_APP}.git ; fi")
1919
end
2020
end
2121

0 commit comments

Comments
 (0)