Skip to content

Commit

Permalink
fixed docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmke committed Mar 3, 2022
1 parent d02f2da commit 3459c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

VERSION = '0.1.1'
NAME = 'FACT_extractor interface'
DEFAULT_CONTAINER = 'extractor_test' # 'fkiecad/fact_extractor'
DEFAULT_CONTAINER = 'fkiecad/fact_extractor'


def parse_arguments():
Expand Down

0 comments on commit 3459c59

Please sign in to comment.