Skip to content

Commit

Permalink
disable update command for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 1, 2024
1 parent b64b127 commit 34c1630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ var updateCmd = &cobra.Command{
Long: `Update the deployed modpacks files, creating backups if necessary.`,
Args: cobra.RangeArgs(0, 1),
Run: func(cmd *cobra.Command, args []string) {
log.Fatalln("The update command is not yet available in this pre-release version!")

// user defined backup dir
if backupDir != "" {
backup.SetDir(backupDir)
Expand Down

0 comments on commit 34c1630

Please sign in to comment.