[BUG] `hauler version` does not retrieve/output the correct information
zackbradys opened this issue · 1 comments
zackbradys commented
Environmental Info:
- N/A
Hauler Version:
- N/A
Describe the Bug:
- In Hauler
v1.0.5
, when you runhauler version
does not retrieve and output the correct information due to the code references back torancherfederal/hauler
- Once we complete and close Issue (#266), then
hauler version
should be able to retrieve and output the correct information...
Hauler v1.0.5:
__ __ ___ __ __ __ _______ .______
| | | | / \ | | | | | | | ____|| _ \
| |__| | / ^ \ | | | | | | | |__ | |_) |
| __ | / /_\ \ | | | | | | | __| | /
| | | | / _____ \ | `--' | | `----.| |____ | |\ \----.
|__| |__| /__/ \__\ \______/ |_______||_______|| _| `._____|
hauler: Airgap Swiss Army Knife
GitVersion: devel
GitCommit: unknown
GitTreeState: unknown
BuildDate: unknown
GoVersion: go1.21.12
Compiler: gc
Platform: darwin/arm64
Hauler v1.0.4:
__ __ ___ __ __ __ _______ .______
| | | | / \ | | | | | | | ____|| _ \
| |__| | / ^ \ | | | | | | | |__ | |_) |
| __ | / /_\ \ | | | | | | | __| | /
| | | | / _____ \ | `--' | | `----.| |____ | |\ \----.
|__| |__| /__/ \__\ \______/ |_______||_______|| _| `._____|
hauler: Airgap Swiss Army Knife
GitVersion: 1.0.4
GitCommit: 05e67bc
GitTreeState: clean
BuildDate: 2024-06-26T03:29:02Z
GoVersion: go1.21.11
Compiler: gc
Platform: darwin/arm64
Steps to Reproduce:
zackbradys@Zacks-MacBook-Pro hauler % curl -sfL https://get.hauler.dev | sudo bash
zackbradys@Zacks-MacBook-Pro hauler % hauler version
Expected Behavior:
hauler version
retrieves and outputs the correct information
Actual Behavior:
hauler version
does not retrieve and output the correct information
Additional Context:
- N/A
zackbradys commented