Skip to content

Commit

Permalink
typo in upgrade command (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Mar 30, 2017
1 parent 0fae7de commit 9d7babf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
\newcommand{\groupinstall}{zypper -n install -t pattern}
\newcommand{\groupchrootinstall}{zypper -n --root \$CHROOT install -t pattern}
\newcommand{\upgrade}{zypper -n dup}
\newcommand{\chrootinstall}{zypper -n --root \$CHROOT dup}
\newcommand{\chrootupgrade}{zypper -n --root \$CHROOT dup}

% boolean for os-specific formatting
\togglefalse{isCentOS}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
\newcommand{\groupinstall}{zypper -n install -t pattern}
\newcommand{\groupchrootinstall}{zypper -n --root \$CHROOT install -t pattern}
\newcommand{\upgrade}{zypper -n dup}
\newcommand{\chrootinstall}{zypper -n --root \$CHROOT dup}
\newcommand{\chrootupgrade}{zypper -n --root \$CHROOT dup}

% boolean for os-specific formatting
\togglefalse{isCentOS}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
\newcommand{\groupinstall}{zypper -n install -t pattern}
\newcommand{\groupchrootinstall}{zypper -n --root \$CHROOT install -t pattern}
\newcommand{\upgrade}{zypper -n dup}
\newcommand{\chrootinstall}{zypper -n --root \$CHROOT dup}
\newcommand{\chrootupgrade}{zypper -n --root \$CHROOT dup}

% boolean for os-specific formatting
\togglefalse{isCentOS}
Expand Down

0 comments on commit 9d7babf

Please sign in to comment.