Skip to content

Commit

Permalink
ihp-troubleshoot should look for start script
Browse files Browse the repository at this point in the history
As it's no longer required, since we're using `devenv up`
  • Loading branch information
amitaibu authored Jun 16, 2024
1 parent d9ca29f commit dda33bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Troubleshoot/ihp-troubleshoot
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ path_exists(
"Main.hs missing. Is this an IHP project?"
)

path_exists(
"start",
"Found start script",
"start script missing. Is this an IHP project?"
)

nix_output = run_command(["nix", "--version"])

if nix_output.returncode != 0:
Expand Down

0 comments on commit dda33bb

Please sign in to comment.