Skip to content

Commit

Permalink
Merge pull request #11 from thesurlydev/patch-1
Browse files Browse the repository at this point in the history
Fix Dockerfile detection
  • Loading branch information
MightyMoud authored Sep 21, 2024
2 parents acac44c + 06f94ce commit 5eaadf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var launchCmd = &cobra.Command{
panic(sshAddErr)
}

if utils.FileExists("./dockerfile") {
if utils.FileExists("./Dockerfile") {
pterm.Info.Println("Dockerfile detected - scanning file for details")
} else {
pterm.Error.Println("No dockerfiles found in current directory.")
Expand Down

0 comments on commit 5eaadf4

Please sign in to comment.