ugprades, fix alias cmd
All checks were successful
Build and Publish / release (push) Successful in 4m49s
All checks were successful
Build and Publish / release (push) Successful in 4m49s
This commit is contained in:
@@ -12,7 +12,7 @@ var AliasCmd = &cobra.Command{
|
||||
Short: "Manage project aliases",
|
||||
Long: util.AliasCmdLong,
|
||||
// Just re-use the hooks for project
|
||||
PersistentPreRun: util.InitProjects,
|
||||
PersistentPreRun: aliasCmdPreRun,
|
||||
PersistentPostRun: util.PostProjectCmd,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user