Skip to content

Commit

Permalink
Update DEV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukyanov committed Jan 16, 2014
1 parent b0725cf commit 6f6136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ in detached state ("Not currently at any branch").

$ cd deps/{your_app}
$ vim src/*.erl # meaning you change your code in some way
$ OLD_REV=`git rev-parse HEAD` # meaning your just now the current rev
$ OLD_REV=`git rev-parse HEAD` # meaning your just know the current rev
$ git commit
$ genappup $OLD_REV

Expand Down

0 comments on commit 6f6136a

Please sign in to comment.