Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from RonMallory/patch-11
Browse files Browse the repository at this point in the history
fix: fix malformed alias
  • Loading branch information
RonMallory authored Sep 27, 2020
2 parents 5d8a0f7 + f7a9b27 commit 1d71690
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ alias vu='vagrant up'
## vagrant destroy
alias vd='vagrant destroy --force'
## vagrant up and snapshot push
alias vusp'vagrant up && snapshot push'
alias vusp='vagrant up && snapshot push'
# ----------------------
# Git Aliases
# ----------------------
Expand Down Expand Up @@ -98,5 +98,8 @@ alias ylint='yamllint'
# ----------------------

alias mt='molecule test'
alias mtd'molecule --debug test'
alias mtd='molecule --debug test'
alias mc='molecule converge'
alias mver='molecule verify'


0 comments on commit 1d71690

Please sign in to comment.