Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nallux-dozryl committed Nov 29, 2022
1 parent 1ec504f commit dcd64ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions api/groundseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
from orchestrator import Orchestrator
from updater_docker import WatchtowerDocker

# Stop and remove legacy containers
os.system('docker rm -f groundseg_api')
os.system('docker rm -f groundseg_webui')

# Load GroundSeg
orchestrator = Orchestrator("/opt/nativeplanet/groundseg/settings/system.json")

Expand Down
2 changes: 1 addition & 1 deletion release/version.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Beta-3.3.0,9e5dbd6135771b61c014d047affbc2099188415e1471bc41995df7647531250e,https://github.com/Native-Planet/GroundSeg/releases/download/beta-3.3.0/groundseg
Beta-3.3.0,bc2e827585c5c5809b6047751b4ab8b3abba51f913a77e1fdb457882165ac9e5,https://github.com/Native-Planet/GroundSeg/releases/download/beta-3.3.0/groundseg

0 comments on commit dcd64ec

Please sign in to comment.