Skip to content

Commit

Permalink
Merge pull request #6 from soundcloud/update-name
Browse files Browse the repository at this point in the history
Update app name displayed when prompting for password
  • Loading branch information
lukehorvat authored Nov 13, 2020
2 parents dcf399f + b8e8e9a commit cc772b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adminRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function startAdminServer(): Promise<{
sudoExec(
`${process.argv[0]} "${cliJs}" admin ${port} --secret "${adminSecret}"`,
{
name: 'Developer API Proxy'
name: 'Intervene'
}
).catch((e) => {
// Ignore signals to stop the server
Expand Down

0 comments on commit cc772b4

Please sign in to comment.