Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StatusQuo authored Dec 2, 2019
1 parent 8e669f3 commit c6bbedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ if [ -n "$PROJECT_ID" ]; then
firebase use --add $PROJECT_ID
fi

sh -c "cd functions"
cd functions
sh -c "$*"

0 comments on commit c6bbedc

Please sign in to comment.