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

Commit

Permalink
Drop .git from folders
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Oct 7, 2012
1 parent 02af150 commit 1907a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -50,7 +50,7 @@ var server = http.createServer(function (req, res) {
if(req.method == 'POST') {

// Create(d) Repo Container Page
tmp.dir({template: config.repoPath + '/XXXXXX.git'}, function (err, path) {
tmp.dir({template: config.repoPath + '/XXXXXX'}, function (err, path) {
if (err) throw err;
locals.gitURL = 'http://' + config.externalHost + ':' + config.externalPort + path.replace(config.repoPath, '');
res.statusCode = 200;
Expand Down

0 comments on commit 1907a4a

Please sign in to comment.