Skip to content

Commit

Permalink
remove commented line (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Feb 26, 2024
1 parent eff6e2f commit f920fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cg_manage_rds/cmds/cf_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def push_app(app_name: str, manifest: str = "manifest.yml") -> None:
click.echo("Pushing App to space")
orig_wd=getattr(sys, "_MEIPASS", os.getcwd())
app_dir = ir.files(cg_manage_rds).joinpath("cf-app").as_posix()
#app_dir = os.path.join(base_path, "cf-app")
os.chdir(app_dir)
cmd = ["cf", "push", app_name, "-f", manifest]
code, result, status = run_sync(cmd)
Expand Down

0 comments on commit f920fa9

Please sign in to comment.