@prover-coder-ai/docker-git 1.0.47 → 1.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3141,11 +3141,9 @@ GEMINI_CONFIG_SETTINGS_FILE="$GEMINI_SETTINGS_DIR/settings.json"
3141
3141
  mkdir -p "$GEMINI_SETTINGS_DIR" || true
3142
3142
 
3143
3143
  # Disable folder trust prompt and enable auto-approval in settings.json
3144
- if [[ ! -f "$GEMINI_CONFIG_SETTINGS_FILE" ]]; then
3145
- cat <<'EOF' > "$GEMINI_CONFIG_SETTINGS_FILE"
3144
+ cat <<'EOF' > "$GEMINI_CONFIG_SETTINGS_FILE"
3146
3145
  ${geminiSettingsJsonTemplate}
3147
3146
  EOF
3148
- fi
3149
3147
 
3150
3148
  # Pre-trust important directories in trustedFolders.json
3151
3149
  # Use flat mapping as required by recent Gemini CLI versions