Skip to content

Commit

Permalink
Add comma to clarify instructions after app registration (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
tennox authored Jul 14, 2022
1 parent fa3d2b5 commit 554f9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission-cli/library/Fission/CLI/Handler/App/Init.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ appInit appDir mayBuildDir' mayAppName = do

CLI.Success.putOk $ "App initialized as " <> textDisplay appURL

UTF8.putText "⏯️ Next run "
UTF8.putText "⏯️ Next, run "

colourized [ANSI.SetColor ANSI.Foreground ANSI.Vivid ANSI.Blue] do
UTF8.putText "fission app publish [--open|--watch]"
Expand Down

0 comments on commit 554f9bf

Please sign in to comment.