justest commited on
Commit
76344b6
1 Parent(s): 32417fa

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -29,7 +29,7 @@ fi
29
  [[ -z $(git config --global user.email) ]] && git config --global user.email "$SPACE_AUTHOR_NAME@hf.co"
30
 
31
  git config --global http.postBuffer 524288000
32
- git config push.default current
33
 
34
  echo "Starting VSCode Server..."
35
  vscode=/app/openvscode-server/bin/openvscode-server
 
29
  [[ -z $(git config --global user.email) ]] && git config --global user.email "$SPACE_AUTHOR_NAME@hf.co"
30
 
31
  git config --global http.postBuffer 524288000
32
+ git config --global push.default current
33
 
34
  echo "Starting VSCode Server..."
35
  vscode=/app/openvscode-server/bin/openvscode-server