Skip to content

Commit

Permalink
Changed output package name to end in -latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c committed Oct 25, 2023
1 parent 746bd89 commit facb4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentctl/output/conf_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def getPackagePath(self, include_version:bool=False)->pathlib.Path:
if include_version:
return self.dist / f"{self.config.build.name}-{self.config.build.version}.tar.gz"
else:
return self.dist / f"{self.config.build.name}.tar.gz"
return self.dist / f"{self.config.build.name}-latest.tar.gz"

def writeHeaders(self) -> None:
ConfWriter.writeConfFileHeader(self.output_path/'default/analyticstories.conf', self.config)
Expand Down

0 comments on commit facb4be

Please sign in to comment.