Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merging PR Chaosthebot#487: remove broken auditing
Chaosthebot#487: remove broken auditing Description: as seen by ``` error: Unknown subcommand: get-url usage: git remote [-v | --verbose] or: git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--mirror=<fetch|push>] <name> <url> or: git remote rename <old> <new> or: git remote remove <name> or: git remote set-head <name> (-a | --auto | -d | --delete |<branch>) or: git remote [-v | --verbose] show [-n] <name> or: git remote prune [-n | --dry-run] <name> or: git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...] or: git remote set-branches [--add] <name> <branch>... or: git remote set-url [--push] <name> <newurl> [<oldurl>] or: git remote set-url --add <name> <newurl> or: git remote set-url --delete <name> <url> -v, --verbose be verbose; must be placed before a subcommand fatal: The empty string is not a valid path startup.d/10-git-pull.sh: 7: startup.d/10-git-pull.sh: pushd: not found startup.d/10-git-pull.sh: 19: startup.d/10-git-pull.sh: popd: not found Already on 'master' ``` With travis implemented, this is not needed. :ok_woman: PR passed with a vote of 9 for and 0 against, a weighted total of 8.5 and a threshold of 6.6, and a current meritocracy review. Vote record: @Ayyko: 1 @PlasmaPower: 1 @Smittyvb: 1 @amoffat: 1 @andrewda: 1 @md678685: 1 @phil-r: 1 @rhengles: 1 @rudehn: 1
- Loading branch information