Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Sep 7, 2018
1 parent 7a925b6 commit f19e0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/airflow.go
Expand Up @@ -170,7 +170,7 @@ func airflowInit(cmd *cobra.Command, args []string) error {
emtpyDir := fileutil.IsEmptyDir(config.WorkingPath)
if !emtpyDir {
i, _ := input.InputConfirm(
fmt.Sprintf("%s \nYou are not in an empty directory, are you sure want to initialize a project?", config.WorkingPath))
fmt.Sprintf("%s \nYou are not in an empty directory. Are you sure you want to initialize a project?", config.WorkingPath))

if !i {
fmt.Println("Cancelling project initialization...\n")
Expand Down

0 comments on commit f19e0ab

Please sign in to comment.