Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 19, 2023
1 parent 6e3dcab commit 457d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peppyproject/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def peppyproject_command(input: Path = None, output: Path = None):
input = Path.cwd()

configuration = PyProjectConfiguration.from_directory(directory=input)
toml_string = configuration.configuration()
toml_string = configuration.configuration
if output is None:
print(toml_string)
else:
Expand Down

0 comments on commit 457d6be

Please sign in to comment.