diff --git a/Procfile b/Procfile index 16d178e..fd5f3da 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ # Heroku configuration that runs tfoo app -web: ./~project~ -p $PORT +web: ./tfoo -p $PORT