Skip to content

Commit

Permalink
Hilight should cover the whole URL
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed Dec 16, 2023
1 parent 4f6f032 commit 5abef42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/Lamdera/CLI/Deploy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ run () () = do
D.fillSep
[ "Non-master deploys will create/update a preview app.\n\nSee the docs for more info: https://dashboard.lamdera.app/docs/previews\n"
, D.dullyellow $ "Do you want to create/replace"
, D.blue "https://" <> D.fromChars (unpack appName) <> "-" <> D.fromChars (unpack branchName) <> ".lamdera.app"
, D.blue $ "https://" <> D.fromChars (unpack appName) <> "-" <> D.fromChars (unpack branchName) <> ".lamdera.app"
, "?"
, "[Y/n]: "
]
Expand Down

0 comments on commit 5abef42

Please sign in to comment.