Skip to content

Commit

Permalink
fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedi committed Apr 2, 2015
1 parent 6343c2d commit 97af71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sftp-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"password": "bruin111",
"port": "8022",

"remote_path": "/home/dailybruin/wordpress/wp-content/themes/gryphondor",
"remote_path": "/home/dailybruin/wordpress/wp-content/themes/caeruleum",
"ignore_regexes": [
"\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json",
"sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/",
Expand All @@ -41,5 +41,5 @@
//"remote_time_offset_in_hours": 0,
//"remote_encoding": "utf-8",
//"remote_locale": "C",
//"allow_config_upload": false,
"allow_config_upload": true,
}

0 comments on commit 97af71a

Please sign in to comment.