Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
Use http not https.
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo committed Aug 31, 2011
1 parent 420d385 commit f4a4d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikihouse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_temp_directory
if WIKIHOUSE_DEV
WIKIHOUSE_SERVER = "http://localhost:8080"
else
WIKIHOUSE_SERVER = "https://wikihouse-cc.appspot.com"
WIKIHOUSE_SERVER = "http://wikihouse-cc.appspot.com"
end

WIKIHOUSE_DOWNLOAD_PATH = "/library/sketchup"
Expand Down

0 comments on commit f4a4d7c

Please sign in to comment.