Skip to content

Commit

Permalink
Updating command name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 22, 2024
1 parent 0bdb06f commit 4cb02ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func publish(username, password string, k keyring.Keyring) error {

// Check if artifact file exists
if _, err = os.Stat(artifactPath); os.IsNotExist(err) {
return fmt.Errorf("artifact %s not found in %s. Execute 'plasmactl platform:package' before", archiveFile, artifactDir)
return fmt.Errorf("artifact %s not found in %s. Execute 'plasmactl package' before", archiveFile, artifactDir)
}

cli.Println("Looking for artifact %s in %s", archiveFile, artifactDir)
Expand Down

0 comments on commit 4cb02ba

Please sign in to comment.