NIKHTU03 commited on
Commit
eae024b
·
verified ·
1 Parent(s): d50f946

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -48,7 +48,7 @@ fi
48
  # ============================================
49
  echo '=== [CONFIG] Syncing $HOME/.config from GitHub ==='
50
 
51
- CONFIG_REPO="https://${GH_PAT}@github.com/nikhtu10-hash/Opencode-config"
52
  CONFIG_TEMP=$(mktemp -d)
53
 
54
  if git clone --depth=1 "$CONFIG_REPO" "$CONFIG_TEMP" 2>/dev/null; then
 
48
  # ============================================
49
  echo '=== [CONFIG] Syncing $HOME/.config from GitHub ==='
50
 
51
+ CONFIG_REPO="https://${GH_PAT}@github.com/nikhtu10-hash/Opencode"
52
  CONFIG_TEMP=$(mktemp -d)
53
 
54
  if git clone --depth=1 "$CONFIG_REPO" "$CONFIG_TEMP" 2>/dev/null; then