Commit bc10db4 1 parent ee1d130 commit bc10db4 Copy full SHA for bc10db4
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ async function setup() {
19
19
console.log("version:::: " +version)
20
20
console.log("URL:::: " +url)
21
21
// If a URL not set, generate the URL based on the version
22
- if(url == null || url.trim() ! = '') {
22
+ if(url == null || url.trim() = = '') {
23
23
url = getDownloadURL(version)
24
24
}
25
25
console.log(`Downloading the APICTL Binary from ${url}`);
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ async function setup() {
13
13
console . log ( "version:::: " + version )
14
14
console . log ( "URL:::: " + url )
15
15
// If a URL not set, generate the URL based on the version
16
- if ( url == null || url . trim ( ) ! = '' ) {
16
+ if ( url == null || url . trim ( ) = = '' ) {
17
17
url = getDownloadURL ( version )
18
18
}
19
19
console . log ( `Downloading the APICTL Binary from ${ url } ` ) ;
You can’t perform that action at this time.
0 commit comments