Skip to content

Commit e1b7f33

Browse files
committed
Use long command
1 parent 2f8536f commit e1b7f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/dependencymanager/discover.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func PromptInstallCoreContracts(logger output.Logger, state *flowkit.State, targ
9999
installedCount := totalContracts - availableContracts
100100

101101
if installedCount > 0 {
102-
footer = fmt.Sprintf("ℹ️ Note: %d core contracts already installed. Use 'flow deps list' to view them.", installedCount)
102+
footer = fmt.Sprintf("ℹ️ Note: %d core contracts already installed. Use 'flow dependencies list' to view them.", installedCount)
103103
}
104104

105105
selectedContractNames, err := prompt.RunSelectOptionsWithFooter(contractNames, promptMessage, footer)

0 commit comments

Comments
 (0)