Skip to content

Commit

Permalink
Changed ) to } (#4844)
Browse files Browse the repository at this point in the history
Fixed faulty character
  • Loading branch information
LuckyMe4Evers authored and mjmadsen committed Aug 28, 2016
1 parent bc97886 commit ab5fb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_bat/PokemonGo-Bot-Configurator.bat
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ECHO.
ECHO. "encrypt_location": "",>>%auth%
SET /p telegram="What's your telegram token? Enter for leave blank: "
ECHO. "telegram_token": "%telegram%">>%auth%
ECHO.)>>%auth%
ECHO.}>>%auth%
goto :eof


Expand Down

2 comments on commit ab5fb35

@solderzzc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please submit to dev branch next time, since we will do dev merge to master by merge -s ours masteron dev branch

@LuckyMe4Evers @mjmadsen

@mjmadsen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@solderzzc Yeah, sorry about that. Didn't realize it was master merge until he pointed out he had two PRs in, one for each branch.

Please sign in to comment.