• Swathi Krishnamurthy 8
  • NEWBIE
  • 30 Points
  • Member since 2015

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hello,

I'm trying to do the trailhead module Develop Apps with Heroku Enterprise. When i run the command given in the module,
git clone https://github.com/heroku/node-js-getting-started <your app’s name> cd <your app’s name> heroku git:remote -a <your app’s name>
I'm getting the below error.

error: unknown switch `a'

Can someone please help me run the command.

Thanks




 
Hello,

I'm trying to do the trailhead module Develop Apps with Heroku Enterprise. When i run the command given in the module,
git clone https://github.com/heroku/node-js-getting-started <your app’s name> cd <your app’s name> heroku git:remote -a <your app’s name>
I'm getting the below error.

error: unknown switch `a'

Can someone please help me run the command.

Thanks




 
List<Event> lstevt =[Select Subject,StartDateTime, EndDateTime,Description from Event  where StartDateTime!=null  and StartDateTime = EndDateTime]
        This is not working , i need to select all event records where startdatetime=enddatetime