Skip to content

Commit

Permalink
Merge pull request #226 from BrunoReboul/fix_rm_select_mon_workspace
Browse files Browse the repository at this point in the history
fix: rm manual action 2
  • Loading branch information
BrunoReboul authored Oct 7, 2021
2 parents 0617ce7 + 4516074 commit 4f9b9e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utilities/ramcli/meth_deployment_initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ func (deployment *Deployment) initialize() (err error) {
}
log.Println("")
log.Println("manual setup task 1: console / firestore / select native mode")
log.Println("manual setup task 2: console / monitoring / add your project to a workspace")
log.Println("manual setup task 3 OPTIONAL: console / source repo / add a repo CONNECTED to external repo")
log.Println("manual setup task 2: OPTIONAL: console / source repo / add a repo CONNECTED to external repo")
log.Println("")
return nil
}

0 comments on commit 4f9b9e4

Please sign in to comment.