Skip to content

Commit

Permalink
Remove old lib artifacts, fix pathing (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaishields authored Jan 28, 2022
1 parent ec39f35 commit 7c653d1
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 188 deletions.
2 changes: 1 addition & 1 deletion bin/cut_k3s_release_issue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

. ./stdlib-sh/stdlib.sh
. libstd-ecm.sh

usage() {
echo "usage: $0 [rch]
Expand Down
2 changes: 1 addition & 1 deletion bin/cut_rke2_release_issue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

. ./stdlib-sh/stdlib.sh
. libstd-ecm.sh

usage() {
echo "usage: $0 [rch]
Expand Down
50 changes: 0 additions & 50 deletions bin/logger-sh/logger.sh

This file was deleted.

19 changes: 0 additions & 19 deletions bin/rancher-sh/rancher.sh

This file was deleted.

115 changes: 0 additions & 115 deletions bin/stdlib-sh/stdlib.sh

This file was deleted.

2 changes: 1 addition & 1 deletion bin/update_go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

. ./logger-sh/logger.sh
. liblogger-ecm.sh

usage() {
echo "usage: $0 [onrsph]
Expand Down
2 changes: 1 addition & 1 deletion bin/weekly_report
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

. ./stdlib-sh/stdlib.sh
. libstd-ecm.sh

usage() {
echo "usage: $0 [rh]
Expand Down

0 comments on commit 7c653d1

Please sign in to comment.