Skip to content

Commit af238dc

Browse files
committed
changed references from arduino to bcmi-labs
1 parent ca5ec1b commit af238dc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It implements all functions provided by web version of Arduino Create.
55

66
== Installation
77
. `git clone` this repository into a folder of your choice
8-
. Add '/path/to/arduino/cli/folder' to your PATH environment variable
8+
. Add '/path/to/arduino-cli/folder' to your PATH environment variable
99
. Reload shell configuration or reboot
1010
And you're done, now let's see how to use the CLI.
1111

cmd/lib_list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
"os"
3636

37-
"github.com/arduino/arduino-cli/libraries"
37+
"github.com/bcmi-labs/arduino-cli/libraries"
3838
"github.com/spf13/cobra"
3939
)
4040

cmd/lib_search.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
"strings"
2121

22-
"github.com/arduino/arduino-cli/libraries"
22+
"github.com/bcmi-labs/arduino-cli/libraries"
2323
"github.com/spf13/cobra"
2424
)
2525

cmd/lib_update.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package cmd
1616
import (
1717
"fmt"
1818

19-
"github.com/arduino/arduino-cli/libraries"
19+
"github.com/bcmi-labs/arduino-cli/libraries"
2020
"github.com/spf13/cobra"
2121
)
2222

libraries/index.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
"net/http"
3737
"path/filepath"
3838

39-
"github.com/arduino/arduino-cli/common"
39+
"github.com/bcmi-labs/arduino-cli/common"
4040
)
4141

4242
// Index represents the content of a library_index.json file

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
package main
3030

3131
import (
32-
"github.com/arduino/arduino-cli/cmd"
32+
"github.com/bcmi-labs/arduino-cli/cmd"
3333
)
3434

3535
func main() {

0 commit comments

Comments
 (0)