Skip to content

Commit

Permalink
fix: always use latest spectral
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Aug 3, 2022
1 parent b0f3a38 commit 1e4162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral/exec/rhoasapi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

spectral --version || npm install -g @stoplight/spectral@6.4.2
spectral --version || npm install -g @stoplight/spectral

spectral $@

0 comments on commit 1e4162a

Please sign in to comment.