Skip to content

Commit

Permalink
fix bug where no_upgrade is undeclared
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 19, 2023
1 parent 8425f98 commit 97277a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onboardme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def main(log_level, log_file,
steps,
git_url, git_branch, overwrite,
pkg_managers, pkg_groups,
firewall, remote_host,
firewall, remote_host, no_upgrade,
version) -> bool:
"""
If run with no options on Linux, it will install brew, pip3.11, apt,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onboardme"
version = "1.1.1"
version = "1.1.2"
description = "Install dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS."
authors = [
"Jesse Hitch <[email protected]>",
Expand Down

0 comments on commit 97277a8

Please sign in to comment.