Skip to content

Commit

Permalink
Update shallow_backup/reinstall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Dec 26, 2020
1 parent 72ecf0e commit 03f643c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shallow_backup/reinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def run_cmd_if_no_dry_run(command, dry_run) -> int:
print_red_bold("WARNING: Macports reinstallation is not supported.")
elif pm == "gem":
print_pkg_mgr_reinstall(pm)
cmd = f"cat {packages_path}/gem_list.txt | xargs -L 1 gem install --no-ri --no-rdoc"
cmd = f"cat {packages_path}/gem_list.txt | xargs -L 1 gem install"
run_cmd_if_no_dry_run(cmd, dry_run)
elif pm == "cargo":
print_red_bold("WARNING: Cargo reinstallation is not possible at the moment.\
Expand Down

0 comments on commit 03f643c

Please sign in to comment.