tests-always-included / wick

Bash-only IT automation, machine provisioning
Other
69 stars 12 forks source link

Fix a couple bugs #85

Closed kyle-long closed 8 years ago

kyle-long commented 8 years ago

If a username was provided or if a destination was not provided it would blow up because "args" was defined but not assigned as an array. destination tried to default to "-" but it failed because it used the wrong default syntax (where it would default only if it was not defined, which it was).

Further, args was never used anyways.

Also some of the docs were wrong

fidian commented 8 years ago

Works for me.