diff --git a/tooling/atlas-commit-and-sync b/tooling/atlas-commit-and-sync index fff2d1c77..9b20c58c0 100755 --- a/tooling/atlas-commit-and-sync +++ b/tooling/atlas-commit-and-sync @@ -30,7 +30,7 @@ echo "--- Verifying $FILE" "$SCRIPT_DIR/atlas-verify" "$FILE" # 2. Get system info for commit message -PROPER=$(python3 -c "import json; d=json.load(open('$FILE')); print(d.get('proper_name') or d['system_id'])") +PROPER=$(python3 -c "import json,sys; d=json.load(open(sys.argv[1])); print(d.get('proper_name') or d['system_id'])" "$FILE") # 3. Wipe existing data if present BODY_COUNT=$("$ATLAS" show-system "$SYS_ID" 2>/dev/null \ diff --git a/wiki/star-systems/GJ-1128/index.md b/wiki/star-systems/GJ-1128/index.md index 17f496a22..abe0cf32f 100644 --- a/wiki/star-systems/GJ-1128/index.md +++ b/wiki/star-systems/GJ-1128/index.md @@ -1,5 +1,5 @@ # Devereux Point -**GJ 1128** | K-type | east_reach +**GJ 1128** | M-type | east_reach --- diff --git a/wiki/star-systems/GJ-136/index.md b/wiki/star-systems/GJ-136/index.md index fc9eefa9c..aa6b7d848 100644 --- a/wiki/star-systems/GJ-136/index.md +++ b/wiki/star-systems/GJ-136/index.md @@ -1,5 +1,5 @@ # Dài Lộ -**GJ 136** | M-type | east_reach +**GJ 136** | G-type | east_reach --- diff --git a/wiki/star-systems/GJ-3728B/index.md b/wiki/star-systems/GJ-3728B/index.md index 32364bddc..b049bf8db 100644 --- a/wiki/star-systems/GJ-3728B/index.md +++ b/wiki/star-systems/GJ-3728B/index.md @@ -1,5 +1,5 @@ # Jeonnam -**GJ 3728B** | G-type | east_reach +**GJ 3728B** | K-type | east_reach --- diff --git a/wiki/star-systems/GJ-682/index.md b/wiki/star-systems/GJ-682/index.md index a72bc0138..8f674463f 100644 --- a/wiki/star-systems/GJ-682/index.md +++ b/wiki/star-systems/GJ-682/index.md @@ -1,5 +1,5 @@ # Taishan -**GJ 682** | K-type | east_reach +**GJ 682** | M-type | east_reach ---